mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
|
diff -ru src/main.c src/main.c
|
||
|
--- src/main.c Thu Jun 22 16:18:03 2000
|
||
|
+++ src/main.c Tue Oct 24 10:47:08 2000
|
||
|
@@ -1,6 +1,6 @@
|
||
|
#include <errno.h>
|
||
|
#include <fcntl.h>
|
||
|
-#include <getopt.h>
|
||
|
+#include "../lib/getopt.h"
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|