]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
include sys/time.h when we have it.
authorDirk Mueller <daywalker@users.sourceforge.net>
Thu, 9 Oct 2003 18:57:31 +0000 (18:57 +0000)
committerDirk Mueller <daywalker@users.sourceforge.net>
Thu, 9 Oct 2003 18:57:31 +0000 (18:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1900

coregrind/vg_intercept.c

index 2326b12ca93e0291291843339b58ed917fa2f899..3a024ddbf1575d5e8c13b917cd5c54a34f3e6935 100644 (file)
@@ -65,7 +65,7 @@
 #include <sys/poll.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
-#ifdef GLIBC_2_1
+#ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif