diff lib-src/=timer.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents b64b1b80f371
children 1d84e80b47a4
line wrap: on
line diff
--- a/lib-src/=timer.c	Fri Sep 10 06:08:27 1993 +0000
+++ b/lib-src/=timer.c	Fri Sep 10 06:15:46 1993 +0000
@@ -17,7 +17,7 @@
 #include <fcntl.h>      /* FASYNC */
 #include <sys/types.h>  /* time_t */
 
-#include "../src/config.h"
+#include <../src/config.h>
 #ifdef USG
 #undef SIGIO
 #define SIGIO	SIGUSR1