]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Compiles now with old versions of <sys/epoll.h> too.
authorBart Van Assche <bvanassche@acm.org>
Tue, 29 Jul 2008 16:28:36 +0000 (16:28 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 29 Jul 2008 16:28:36 +0000 (16:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8474

memcheck/tests/linux-syscalls-2007.c

index 8ee26efaea6872235f9f9ba636128da622b738ce..b61c6d56e2b9f0f73a0c65d6412d0b374e94fb7c 100644 (file)
@@ -13,6 +13,7 @@
 #include "../../config.h"
 #include <fcntl.h>
 #include <signal.h>
+#include <stdint.h>
 #if defined(HAVE_SYS_EPOLL_H)
 #include <sys/epoll.h>
 #endif