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/tcpflow/files/tcpflow-1.5.0_alpha-libcapn...

14 lines
235 B

--- a/src/tcpflow.cpp
+++ b/src/tcpflow.cpp
@@ -30,6 +30,10 @@
#include <grp.h>
#endif
+#ifdef HAVE_CAP_NG_H
+#include <cap-ng.h>
+#endif
+
/* bring in inet_ntop if it is not present */
#define ETH_ALEN 6
#ifndef HAVE_INET_NTOP