diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-14 14:54:55 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-14 17:36:20 +0200 |
commit | 5108d9507daf4d10adad7542d37c0c9b3f18ed13 (patch) | |
tree | af9d6ec2d30865e0290cebaaf58e99aa9033a643 /src/pluto/kernel.c | |
parent | d52c37790e5ee1f1404907a93bcd810c884e9210 (diff) | |
download | strongswan-5108d9507daf4d10adad7542d37c0c9b3f18ed13.tar.bz2 strongswan-5108d9507daf4d10adad7542d37c0c9b3f18ed13.tar.xz |
pluto: Include fixed.
Diffstat (limited to 'src/pluto/kernel.c')
-rw-r--r-- | src/pluto/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/kernel.c b/src/pluto/kernel.c index 13574f1cb..e4729ef08 100644 --- a/src/pluto/kernel.c +++ b/src/pluto/kernel.c @@ -23,10 +23,10 @@ #include <stdio.h> #include <stdlib.h> #include <errno.h> -#include <wait.h> #include <unistd.h> #include <fcntl.h> #include <sys/queue.h> +#include <sys/wait.h> #include <sys/stat.h> #include <sys/socket.h> |