13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
|
$OpenBSD: patch-options_c,v 1.1.1.1 2001/04/01 15:17:53 wilfried Exp $
|
||
|
--- options.c.orig Sat Feb 3 14:37:55 2001
|
||
|
+++ options.c Thu Mar 8 14:54:59 2001
|
||
|
@@ -4,7 +4,7 @@
|
||
|
#include <string.h>
|
||
|
#include <assert.h>
|
||
|
/* POSIX */
|
||
|
-#include <getopt.h>
|
||
|
+#include <unistd.h>
|
||
|
|
||
|
#include "options.h"
|
||
|
#include "version.h"
|