diff options
author | 2002-06-18 22:05:24 +0000 | |
---|---|---|
committer | 2002-06-18 22:05:24 +0000 | |
commit | ff33a3f0d4eb3047f9dca377d0eae1f528f7b387 (patch) | |
tree | ef303c425e70f061c327b0b516da051e24bf4516 /lib/libevent/kqueue.c | |
parent | sync (diff) | |
download | wireguard-openbsd-ff33a3f0d4eb3047f9dca377d0eae1f528f7b387.tar.xz wireguard-openbsd-ff33a3f0d4eb3047f9dca377d0eae1f528f7b387.zip |
need string.h
Diffstat (limited to 'lib/libevent/kqueue.c')
-rw-r--r-- | lib/libevent/kqueue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libevent/kqueue.c b/lib/libevent/kqueue.c index c7a9a427247..0bae83781d9 100644 --- a/lib/libevent/kqueue.c +++ b/lib/libevent/kqueue.c @@ -36,6 +36,7 @@ #include <signal.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <errno.h> |