summaryrefslogtreecommitdiff
path: root/tests/test-7.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-15 00:08:41 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-09-15 00:08:41 +0200
commit3a931fd6e0d8212fa3d84554cb35f55e62f2dc52 (patch)
tree936e8c83f99d58b73fb49a41516b75fa5aa8c298 /tests/test-7.c
parent5288bf31ee255aafe394304074c1ec6ccb290448 (diff)
parent769e2108a0f5fc49eff9f3addbaf5f0646bcb253 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread
Diffstat (limited to 'tests/test-7.c')
-rw-r--r--tests/test-7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-7.c b/tests/test-7.c
index bd97acf..8159be3 100644
--- a/tests/test-7.c
+++ b/tests/test-7.c
@@ -1,6 +1,7 @@
#define _GNU_SOURCE
#include <pthread.h>
+#include <assert.h>
#include <stdio.h>
#include <error.h>
#include <errno.h>