blob: e8e4d2d1fc1e9e2c8c7a8c90db0300ddf8ff29ac (
plain)
1
2
3
4
5
6
7
8
9
10
|
Index: checkpassword-0.90/checkpassword.c
===================================================================
--- checkpassword-0.90.orig/checkpassword.c
+++ checkpassword-0.90/checkpassword.c
@@ -1,3 +1,5 @@
+#include <unistd.h>
+
#include "error.h"
#include "pathexec.h"
#include "prot.h"
|