summaryrefslogtreecommitdiff
path: root/libc/inet/ntop.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-12 19:36:16 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-12 19:36:16 +0000
commit0e220f49469972d221479c0486c3300d53b6ea5f (patch)
tree39f69594ead503dd23138335b8ace8588c7b9eb7 /libc/inet/ntop.c
parent87edfb6711f39cf607c2eabcb142b1d7c66a9d1b (diff)
Silence a few warnings.
Diffstat (limited to 'libc/inet/ntop.c')
-rw-r--r--libc/inet/ntop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c
index 02590fdab..6d7e691cc 100644
--- a/libc/inet/ntop.c
+++ b/libc/inet/ntop.c
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
+#define __FORCE_GLIBC__
+#include <features.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>