]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Include config.h so that the test for semtimedop works.
authorTom Hughes <tom@compton.nu>
Mon, 14 Jun 2004 13:15:40 +0000 (13:15 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 14 Jun 2004 13:15:40 +0000 (13:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2415

none/tests/sem.c

index 3eddaffda5b9e56fb349f89756879d43ca92994e..a61b407c5052611769ec857d8216654202fbe4c9 100644 (file)
@@ -1,5 +1,6 @@
 #define _GNU_SOURCE
 
+#include <config.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>