mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
f9f47c7079
PR: ports/85486 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
11 lines
256 B
C
11 lines
256 B
C
--- 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"
|