summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnet/src/libnet_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/src/libnet_raw.c b/libnet/src/libnet_raw.c
index 98917f7..8f79177 100644
--- a/libnet/src/libnet_raw.c
+++ b/libnet/src/libnet_raw.c
@@ -33,7 +33,7 @@
#include "common.h"
#ifndef HAVE_SOCKLEN_T
-typedef int socklen_t
+typedef int socklen_t;
#endif
/* TODO this doesn't make any sense, the code in the #else branch is littered