aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-09 22:39:08 +0000
committerRob Landley <rob@landley.net>2006-03-09 22:39:08 +0000
commitdae6aa28598cb2353291f18ca52e768c3259165a (patch)
tree89d64a7f3656c01ec09a1e00b4878fc3a7b2b7ba /include/libbb.h
parent1f305dc0fdb8415c9c1321e49cc194089e58c456 (diff)
downloadbusybox-w32-dae6aa28598cb2353291f18ca52e768c3259165a.tar.gz
busybox-w32-dae6aa28598cb2353291f18ca52e768c3259165a.tar.bz2
busybox-w32-dae6aa28598cb2353291f18ca52e768c3259165a.zip
Fixup to the previous (portability) patch. Linux actually does need
arpa/inet.h rather than netinet/in.h, otherwise we get warnings.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0490ee35f..bc3fa5990 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -20,7 +20,6 @@
20#include <stdint.h> 20#include <stdint.h>
21 21
22#include <netdb.h> 22#include <netdb.h>
23#include <netinet/in.h>
24 23
25#include <features.h> 24#include <features.h>
26 25