mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
|
--- 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>
|
||
|
|