diff options
Diffstat (limited to 'include/inet_common.h')
-rw-r--r-- | include/inet_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inet_common.h b/include/inet_common.h index afea5deaa..f330aa90f 100644 --- a/include/inet_common.h +++ b/include/inet_common.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <features.h> | 11 | #include <features.h> |
12 | #include <sys/types.h> | 12 | #include <sys/types.h> |
13 | #include <sys/socket.h> | 13 | #include <sys/socket.h> |
14 | #include <arpa/inet.h> | 14 | #include <netinet/in.h> |
15 | 15 | ||
16 | 16 | ||
17 | extern const char bb_INET_default[]; /* = "default" */ | 17 | extern const char bb_INET_default[]; /* = "default" */ |