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.
This commit is contained in:
parent
2582eaa4cc
commit
613f7bda1d
3 changed files with 7 additions and 2 deletions
|
@ -74,7 +74,7 @@ char *w32_getenv (char *);
|
|||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "getopt.h"
|
||||
#include <getopt.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue