You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/cbm/files/cbm-0.1-gcc-4.7.patch

11 lines
195 B

--- 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;