summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@evo.keithp.com>2006-02-15 00:45:17 -0800
committerKeith Packard <keithp@evo.keithp.com>2006-02-15 00:45:17 -0800
commit41d27f71c3f441500a18847eae44c544d6f0e599 (patch)
tree86b68560595f442b8a0f4af060280832cb77d394
parentc8fc34b40533c475fcbce0465f73f592e3e178e3 (diff)
add unistd.h for execl
-rw-r--r--ssh-bleach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-bleach.c b/ssh-bleach.c
index 570bfdd..79273fa 100644
--- a/ssh-bleach.c
+++ b/ssh-bleach.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
int verbose = 0;