13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
$OpenBSD: patch-src_getargs_c,v 1.1 2003/01/18 20:34:35 pvalchev Exp $
|
|
--- src/getargs.c.orig Sat Jan 18 13:08:53 2003
|
|
+++ src/getargs.c Sat Jan 18 13:09:00 2003
|
|
@@ -19,7 +19,7 @@
|
|
02111-1307, USA. */
|
|
|
|
#include <stdio.h>
|
|
-#include "getopt.h"
|
|
+#include <getopt.h>
|
|
#include "system.h"
|
|
#include "files.h"
|
|
#include "complain.h"
|