summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-09 00:00:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-09 00:00:02 -0800
commit613f7bda1d003048ad79e7c4bba744e5057d609e (patch)
treeef26a6cc9e6de7b3af3d553f26e8fa141827e786 /lib-src/ebrowse.c
parent2582eaa4cc48cfff2ea645f167d1f7ae6541eb7e (diff)
downloademacs-613f7bda1d003048ad79e7c4bba744e5057d609e.tar.gz
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.
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r--lib-src/ebrowse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 72709503070..5cb9de5d8f0 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -30,7 +30,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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