This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add missing includes.
master
Richard Nyberg
18 years ago
parent
e1687be96c
commit
a781e02cd8
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cli/btinfo.c
+2
-0
misc/metainfo.c
+ 1
- 0
cli/btinfo.c
View File
@@ -6,6 +6,7 @@
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "metainfo.h"
#include "subr.h"
+ 2
- 0
misc/metainfo.c
View File
@@ -1,3 +1,5 @@
#include <sys/types.h>
#include <errno.h>
#include <inttypes.h>
#include <stdlib.h>
Write
Preview
Loading…
Cancel
Save