diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-05 03:05:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-05 03:05:26 +0000 |
commit | 3540d0675cce2068ec0c26a46660972a9859c368 (patch) | |
tree | cffdb9b43c1111eb56655215c3db088b82c630c6 /libc/inet/socketcalls.c | |
parent | c933888d28d6ac1b0028458a4d85cd1b593ace3d (diff) |
Update networking includes.
Diffstat (limited to 'libc/inet/socketcalls.c')
-rw-r--r-- | libc/inet/socketcalls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/socketcalls.c b/libc/inet/socketcalls.c index 162e0770b..542910ba7 100644 --- a/libc/inet/socketcalls.c +++ b/libc/inet/socketcalls.c @@ -1,3 +1,5 @@ +#define __FORCE_GLIBC__ +#include <features.h> #include <errno.h> #include <syscall.h> #include <sys/socket.h> |