]> git.eshelyaron.com Git - emacs.git/commitdiff
Use <paths.h>, not "paths.h".
authorKarl Heuer <kwzh@gnu.org>
Tue, 19 Dec 1995 21:43:33 +0000 (21:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 19 Dec 1995 21:43:33 +0000 (21:43 +0000)
src/xfns.c

index bb3c6fbe3d788e998ce232b72631e89927a7eebd..2ae32fe016aca2f4fe76ec7c1add2c741e369771 100644 (file)
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "dispextern.h"
 #include "keyboard.h"
 #include "blockinput.h"
-#include "paths.h"
+#include <paths.h>
 
 #ifdef HAVE_X_WINDOWS
 extern void abort ();