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 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 15b2705..4d6b284 100755 --- a/configure +++ b/configure @@ -463,6 +463,7 @@ check_libcli() echo -n "[*] Checking libcli ... " cat > $TMPDIR/clitest.c << EOF +#include #include void main(void) -- cgit v1.2.3-54-g00ecf