]> mj.ucw.cz Git - libucw.git/commitdiff
Replaced <sys/time.h> by <time.h> where appropriate.
authorMartin Mares <mj@ucw.cz>
Fri, 2 Mar 2001 11:00:33 +0000 (11:00 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 2 Mar 2001 11:00:33 +0000 (11:00 +0000)
lib/log.c

index 0f51f3c3736a5c1d3cebbacb5e81039bde40af48..16fe4e227f2ef574111953b836075df70fe858f7 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -11,7 +11,7 @@
 #include <stdarg.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <sys/time.h>
+#include <time.h>
 
 static char *log_progname;
 static pid_t log_pid;