Include <paths.h>, not "paths.h".

This commit is contained in:
Roland McGrath 1993-09-12 01:34:01 +00:00
parent 522779f4c6
commit 2a6b353709
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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;

View file

@ -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"