comparison 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
comparison
equal deleted inserted replaced
112315:e0da33ff5fa5 112316:2887524f362a
28 #endif 28 #endif
29 29
30 #include <string.h> 30 #include <string.h>
31 #include <ctype.h> 31 #include <ctype.h>
32 #include <assert.h> 32 #include <assert.h>
33 #include "getopt.h" 33 #include <getopt.h>
34 34
35 /* The SunOS compiler doesn't have SEEK_END. */ 35 /* The SunOS compiler doesn't have SEEK_END. */
36 #ifndef SEEK_END 36 #ifndef SEEK_END
37 #define SEEK_END 2 37 #define SEEK_END 2
38 #endif 38 #endif