diff lib-src/emacsclient.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 3655cc4062e4
children 7df2e30d72ec
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Sat Jan 08 23:46:17 2011 -0800
+++ b/lib-src/emacsclient.c	Sun Jan 09 00:00:02 2011 -0800
@@ -74,7 +74,7 @@
 #include <stdarg.h>
 #include <ctype.h>
 #include <stdio.h>
-#include "getopt.h"
+#include <getopt.h>
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif