aboutsummaryrefslogtreecommitdiffstats
path: root/system.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-08-05 17:13:29 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-08-05 17:13:29 +0000
commitbb4d10bff4f337f0a227b2fbecc549401ae34d74 (patch)
treed71e8b3a3351c88a9bdd23b327dea81c0b98b8c1 /system.c
parent6a15acd34f99c18aba3ac5b50118a9df5145ac3a (diff)
downloadlcd4linux-bb4d10bff4f337f0a227b2fbecc549401ae34d74.tar.gz
[lcd4linux @ 2001-08-05 17:13:29 by reinelt]
cleaned up inlude of sys/time.h and time.h git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@139 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--system.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/system.c b/system.c
index a1a9b1c..d62f871 100644
--- a/system.c
+++ b/system.c
@@ -1,4 +1,4 @@
-/* $Id: system.c,v 1.23 2001/03/13 08:34:15 reinelt Exp $
+/* $Id: system.c,v 1.24 2001/08/05 17:13:29 reinelt Exp $
*
* system status retreivement
*
@@ -20,6 +20,10 @@
*
*
* $Log: system.c,v $
+ * Revision 1.24 2001/08/05 17:13:29 reinelt
+ *
+ * cleaned up inlude of sys/time.h and time.h
+ *
* Revision 1.23 2001/03/13 08:34:15 reinelt
*
* corrected a off-by-one bug with sensors
@@ -188,7 +192,7 @@
#include <string.h>
#include <unistd.h>
#include <errno.h>
-#include <sys/time.h>
+#include <time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/utsname.h>