From aaf9467fb0159a467942d7086307c3542698a881 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 9 Jan 2011 00:00:02 -0800 Subject: Include not "getopt.h". * ebrowse.c, emacsclient.c: Include , not "getopt.h". Since getopt.h is no longer in this directory, there's no point using the form with double-quotes. --- lib-src/emacsclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src/emacsclient.c') diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 48ea3d22dc9..7bf19d11473 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -74,7 +74,7 @@ char *w32_getenv (char *); #include #include #include -#include "getopt.h" +#include #ifdef HAVE_UNISTD_H # include #endif -- cgit v1.2.1