diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-04 13:01:32 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-04 13:01:32 +0000 |
commit | 89e0f219d0c90210022e91470e5d881ce51df2bb (patch) | |
tree | d7dd264613f80361a2291875ad84a2f623d09874 /Source/charon/queues/send_queue.c | |
parent | 09b2bf25a953888e9194e6740cfc08f10cdda10a (diff) | |
download | strongswan-89e0f219d0c90210022e91470e5d881ce51df2bb.tar.bz2 strongswan-89e0f219d0c90210022e91470e5d881ce51df2bb.tar.xz |
- comments added
Diffstat (limited to 'Source/charon/queues/send_queue.c')
-rw-r--r-- | Source/charon/queues/send_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/queues/send_queue.c b/Source/charon/queues/send_queue.c index af7240208..25ad1aaae 100644 --- a/Source/charon/queues/send_queue.c +++ b/Source/charon/queues/send_queue.c @@ -20,7 +20,7 @@ * for more details. */ - #include <pthread.h> +#include <pthread.h> #include "send_queue.h" |