aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/timer.c
diff options
context:
space:
mode:
authorRoland McGrath1993-09-10 06:15:46 +0000
committerRoland McGrath1993-09-10 06:15:46 +0000
commit18160b98ce2ce9f534a4aee6be181788322b6c01 (patch)
treeae78714fb22b6ad91fa6d4c4f0b423456d24df9d /lib-src/timer.c
parentdbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff)
downloademacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz
emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip
Include <config.h> instead of "config.h".
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r--lib-src/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c
index 466425e30a8..c5265d5a9c9 100644
--- a/lib-src/timer.c
+++ b/lib-src/timer.c
@@ -17,7 +17,7 @@
17#include <fcntl.h> /* FASYNC */ 17#include <fcntl.h> /* FASYNC */
18#include <sys/types.h> /* time_t */ 18#include <sys/types.h> /* time_t */
19 19
20#include "../src/config.h" 20#include <../src/config.h>
21#ifdef USG 21#ifdef USG
22#undef SIGIO 22#undef SIGIO
23#define SIGIO SIGUSR1 23#define SIGIO SIGUSR1