aboutsummaryrefslogtreecommitdiff
path: root/libbb/create_icmp6_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/create_icmp6_socket.c')
-rw-r--r--libbb/create_icmp6_socket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbb/create_icmp6_socket.c b/libbb/create_icmp6_socket.c
index b90f3e9fd..51899cdc5 100644
--- a/libbb/create_icmp6_socket.c
+++ b/libbb/create_icmp6_socket.c
@@ -7,12 +7,12 @@
*
*/
-#include <sys/types.h>
-#include <netdb.h>
-#include <sys/socket.h>
+//#include <sys/types.h>
+//#include <netdb.h>
+//#include <sys/socket.h>
#include "libbb.h"
-#ifdef CONFIG_FEATURE_IPV6
+#if ENABLE_FEATURE_IPV6
int create_icmp6_socket(void)
{
struct protoent *proto;