1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/sysutils/npadmin/files/patch-ac

12 lines
248 B
Plaintext
Raw Normal View History

--- npadmin.C.orig Sun Jan 17 19:48:13 1999
+++ npadmin.C Sun Jan 17 19:48:30 1999
@@ -18,7 +18,7 @@
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
-#include <getopt.h>
+#include "getopt.h"
#include <assert.h>
#include <string.h>