Include <paths.h>, not "paths.h".
This commit is contained in:
parent
522779f4c6
commit
2a6b353709
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ extern char *sys_errlist[];
|
|||
#include "lisp.h"
|
||||
#include "commands.h"
|
||||
#include "buffer.h"
|
||||
#include "paths.h"
|
||||
#include <paths.h>
|
||||
#include "process.h"
|
||||
#include "syssignal.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#endif /* USG */
|
||||
|
||||
#include "lisp.h"
|
||||
#include "paths.h"
|
||||
#include <paths.h>
|
||||
#include "buffer.h"
|
||||
|
||||
extern int errno;
|
||||
|
|
|
@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#ifndef standalone
|
||||
#include "buffer.h"
|
||||
#include "paths.h"
|
||||
#include <paths.h>
|
||||
#include "commands.h"
|
||||
#include "keyboard.h"
|
||||
#include "termhooks.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue