From 25192f6f7825b1908e825d0fca55db88610038e1 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 5 Aug 2013 11:11:49 +0200 Subject: mausezahn: libcli: add sys/time.h for older libcli versions Older versions of libcli lack an include in libcli.h. [1] fixed the configure script to not fail in in the test [2], and an include into cli.h was added as well for the main mausezahn build. [1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/files/netsniff-ng-0.5.8-libcli-test.patch?revision=1.1&view=markup [2] http://b-4.xmw.de/var/log/portage/build/net-analyzer/netsniff-ng-0.5.8_rc2:20130805-055918.log Reported-by: Michael Weber Suggested-by: Michael Weber Signed-off-by: Daniel Borkmann --- staging/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'staging') diff --git a/staging/cli.h b/staging/cli.h index c69caa8..5762de4 100644 --- a/staging/cli.h +++ b/staging/cli.h @@ -21,6 +21,7 @@ #ifndef __MAUSEZAHN_CLI__ #define __MAUSEZAHN_CLI__ +#include #include #include "mops.h" -- cgit v1.2.3-54-g00ecf