diff liboctave/oct-getopt.c @ 4378:7d48a8fba1d4

[project @ 2003-04-19 00:03:47 by jwe]
author jwe
date Sat, 19 Apr 2003 00:03:50 +0000
parents 4dfce8f9ee98
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/oct-getopt.c	Thu Apr 17 19:13:25 2003 +0000
+++ b/liboctave/oct-getopt.c	Sat Apr 19 00:03:50 2003 +0000
@@ -24,7 +24,7 @@
 #include <config.h>
 #endif
 
-#include <kpathsea/getopt.h>
+#include "getopt.h"
 
 int
 octave_getopt (int argc, char *const *argv, const char *optstring)