diff options
Diffstat (limited to 'security/ncrypt/files/patch-ncrypt.c')
-rw-r--r-- | security/ncrypt/files/patch-ncrypt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/ncrypt/files/patch-ncrypt.c b/security/ncrypt/files/patch-ncrypt.c new file mode 100644 index 000000000000..77ac32bcc166 --- /dev/null +++ b/security/ncrypt/files/patch-ncrypt.c @@ -0,0 +1,10 @@ +--- ncrypt.c.orig Tue Aug 30 10:57:04 2005 ++++ ncrypt.c Tue Aug 30 10:57:30 2005 +@@ -17,6 +17,7 @@ + #include <sys/stat.h> + #include <sys/mman.h> + #include <unistd.h> ++#include <getopt.h> + #include "ncrypt.h" + #include "config.h" + #include "encrypt_file.h" |