diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 15:47:26 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 15:47:26 +1000 |
commit | e7eec90f387c1d8cde3f6f1e543866a62caaa8a4 (patch) | |
tree | 3a82f7c9a77c8b72f0bef8c458a26863f9a269b8 /openbsd-compat/port-tun.c | |
parent | 8c6fedaf22799ac3bfcaad8f6020ec9d5f4d834d (diff) |
- (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
#include stdarg.h, needed for log.h.
Diffstat (limited to 'openbsd-compat/port-tun.c')
-rw-r--r-- | openbsd-compat/port-tun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index 3e73d8c0e..cadc331e1 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -23,6 +23,7 @@ | |||
23 | 23 | ||
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include <fcntl.h> | 25 | #include <fcntl.h> |
26 | #include <stdarg.h> | ||
26 | #include <string.h> | 27 | #include <string.h> |
27 | #include <unistd.h> | 28 | #include <unistd.h> |
28 | 29 | ||