diff options
author | Martin Willi <martin@strongswan.org> | 2008-11-05 14:22:58 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-11-05 14:22:58 +0000 |
commit | ac29400e34ad7f51047e200b549cab488205b71f (patch) | |
tree | 0bd0c78bb247de1d2ef210edde6d010b64f76e94 /src/charon/plugins/unit_tester/tests/test_pool.c | |
parent | f7237cf37abae7253a3ef24c38d7d6835224c76b (diff) | |
download | strongswan-ac29400e34ad7f51047e200b549cab488205b71f.tar.bz2 strongswan-ac29400e34ad7f51047e200b549cab488205b71f.tar.xz |
added missing includes
Diffstat (limited to 'src/charon/plugins/unit_tester/tests/test_pool.c')
-rw-r--r-- | src/charon/plugins/unit_tester/tests/test_pool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/plugins/unit_tester/tests/test_pool.c b/src/charon/plugins/unit_tester/tests/test_pool.c index 5d5295bea..40334335d 100644 --- a/src/charon/plugins/unit_tester/tests/test_pool.c +++ b/src/charon/plugins/unit_tester/tests/test_pool.c @@ -15,6 +15,7 @@ #include <sys/time.h> #include <time.h> +#include <pthread.h> #include <library.h> #include <daemon.h> |