blob: 94b50a6877f7d61049561531a1c95cda1c40de1c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/cbm.cpp
+++ b/src/cbm.cpp
@@ -18,6 +18,7 @@
#include <sys/socket.h>
#include <arpa/inet.h>
#include <net/if.h>
+#include <unistd.h>
// Externs
extern int optind, opterr, optopt;
|