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
Glibc needs sys/file.h for flock.
master
Richard Nyberg
19 years ago
parent
b43809ba55
commit
9732ed1981
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
btpd/main.c
+ 1
- 1
btpd/main.c
View File
@@ -1,11 +1,11 @@
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <file.h>
#include <getopt.h>
#include <locale.h>
#include <stdio.h>
Write
Preview
Loading…
Cancel
Save