diff options
| author | Karl Heuer | 1995-12-19 21:43:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-12-19 21:43:33 +0000 |
| commit | ef818feb0df318b44ad717752ab729b58dd0ae59 (patch) | |
| tree | bbd849fce5d7e10c971eb83b661320b772afaba9 | |
| parent | fdee13ec10514dfe5f96b77f5f836f14f3a93a17 (diff) | |
| download | emacs-ef818feb0df318b44ad717752ab729b58dd0ae59.tar.gz emacs-ef818feb0df318b44ad717752ab729b58dd0ae59.zip | |
Use <paths.h>, not "paths.h".
| -rw-r--r-- | src/xfns.c | 2 |
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 |
| 41 | extern void abort (); | 41 | extern void abort (); |