summaryrefslogtreecommitdiff
path: root/libpthread/tests/test-1.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-10-30 20:14:18 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-10-30 20:14:18 +0100
commitd88d71c54992e93c812ad33bb2b9962c71a78fd7 (patch)
treee478d8999e5a87dff31653c8d4a7ff6e828bfc64 /libpthread/tests/test-1.c
parent62e8551e80d71082c6e2ae74cca0b1a157beedce (diff)
parent10c4673df9e51862737285c87270245e025c8c1f (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'libpthread/tests/test-1.c')
-rw-r--r--libpthread/tests/test-1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/tests/test-1.c b/libpthread/tests/test-1.c
index 318fd6e9..6ec1afb3 100644
--- a/libpthread/tests/test-1.c
+++ b/libpthread/tests/test-1.c
@@ -1,6 +1,7 @@
#define _GNU_SOURCE
#include <pthread.h>
+#include <assert.h>
#include <unistd.h>
#include <error.h>
#include <errno.h>