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/rpc/bindresvport.c | |
parent | c933888d28d6ac1b0028458a4d85cd1b593ace3d (diff) |
Update networking includes.
Diffstat (limited to 'libc/inet/rpc/bindresvport.c')
-rw-r--r-- | libc/inet/rpc/bindresvport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/bindresvport.c b/libc/inet/rpc/bindresvport.c index e08994df6..ad8678416 100644 --- a/libc/inet/rpc/bindresvport.c +++ b/libc/inet/rpc/bindresvport.c @@ -31,6 +31,8 @@ * Copyright (c) 1987 by Sun Microsystems, Inc. */ +#define __FORCE_GLIBC__ +#include <features.h> #include <unistd.h> #include <string.h> #include <sys/types.h> |