From 7e19fcf1be7b0b288f7a12fb3d68743a6bed3e43 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Mar 2010 00:43:22 +0000 Subject: *** empty log message *** --- libev.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libev.m4') diff --git a/libev.m4 b/libev.m4 index 236f057..0930c0c 100644 --- a/libev.m4 +++ b/libev.m4 @@ -11,7 +11,8 @@ AC_CHECK_FUNC(clock_gettime, [], [ if test $(uname) = Linux; then AC_MSG_CHECKING(for clock_gettime syscall) AC_LINK_IFELSE([AC_LANG_PROGRAM( - [#include + [#include + #include #include ], [struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)])], [ac_have_clock_syscall=1 -- cgit v1.2.3