aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-12-19 21:43:33 +0000
committerKarl Heuer1995-12-19 21:43:33 +0000
commitef818feb0df318b44ad717752ab729b58dd0ae59 (patch)
treebbd849fce5d7e10c971eb83b661320b772afaba9
parentfdee13ec10514dfe5f96b77f5f836f14f3a93a17 (diff)
downloademacs-ef818feb0df318b44ad717752ab729b58dd0ae59.tar.gz
emacs-ef818feb0df318b44ad717752ab729b58dd0ae59.zip
Use <paths.h>, not "paths.h".
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index bb3c6fbe3d7..2ae32fe016a 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
35#include "dispextern.h" 35#include "dispextern.h"
36#include "keyboard.h" 36#include "keyboard.h"
37#include "blockinput.h" 37#include "blockinput.h"
38#include "paths.h" 38#include <paths.h>
39 39
40#ifdef HAVE_X_WINDOWS 40#ifdef HAVE_X_WINDOWS
41extern void abort (); 41extern void abort ();