freebsd-ports/security/ncrypt/files/patch-ncrypt.c
Dmitry Marakasov c8ec1e9635 - Update to 0.8.0
PR:		200307
Submitted by:	tkato432@yahoo.com
2015-05-21 17:14:49 +00:00

10 lines
230 B
C

--- ncrypt.c.orig 2015-05-11 20:36:52 UTC
+++ ncrypt.c
@@ -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"