summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/auth/crackcheck/crackcheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/auth/crackcheck/crackcheck.c b/examples/auth/crackcheck/crackcheck.c
index 0c997bb00b6..c3037756f42 100644
--- a/examples/auth/crackcheck/crackcheck.c
+++ b/examples/auth/crackcheck/crackcheck.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <ctype.h>
#include <crack.h>
+#include <unistd.h>
void usage(char *command) {
char *c, *comm;