summaryrefslogtreecommitdiff
path: root/libnet/src/libnet_link_snit.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/src/libnet_link_snit.c')
-rw-r--r--libnet/src/libnet_link_snit.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/libnet/src/libnet_link_snit.c b/libnet/src/libnet_link_snit.c
index e2d12fc..629ece2 100644
--- a/libnet/src/libnet_link_snit.c
+++ b/libnet/src/libnet_link_snit.c
@@ -31,20 +31,13 @@
* This module now handles the STREAMS based NIT.
*/
-#if (HAVE_CONFIG_H)
-#include "../include/config.h"
-#endif
-#if (!(_WIN32) || (__CYGWIN__))
-#include "../include/libnet.h"
-#else
-#include "../include/win32/libnet.h"
-#endif
+#include "common.h"
+
#include "../include/gnuc.h"
#ifdef HAVE_OS_PROTO_H
#include "../include/os-proto.h"
#endif
-
struct libnet_link_int *
libnet_open_link_interface(int8_t *device, int8_t *ebuf)
{