changeset 13751:b7894a0895c0

Use <paths.h>, not "paths.h".
author Karl Heuer <kwzh@gnu.org>
date Tue, 19 Dec 1995 21:43:33 +0000
parents 6a9cecd5bcfb
children e3b945c8141e
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Tue Dec 19 21:39:23 1995 +0000
+++ b/src/xfns.c	Tue Dec 19 21:43:33 1995 +0000
@@ -35,7 +35,7 @@
 #include "dispextern.h"
 #include "keyboard.h"
 #include "blockinput.h"
-#include "paths.h"
+#include <paths.h>
 
 #ifdef HAVE_X_WINDOWS
 extern void abort ();