diff lib-src/ebrowse.c @ 112316:2887524f362a

Include <getopt.h> not "getopt.h". * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h". Since getopt.h is no longer in this directory, there's no point using the form with double-quotes.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:00:02 -0800
parents 40af77a50adc
children
line wrap: on
line diff
--- a/lib-src/ebrowse.c	Sat Jan 08 23:46:17 2011 -0800
+++ b/lib-src/ebrowse.c	Sun Jan 09 00:00:02 2011 -0800
@@ -30,7 +30,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <assert.h>
-#include "getopt.h"
+#include <getopt.h>
 
 /* The SunOS compiler doesn't have SEEK_END.  */
 #ifndef SEEK_END