aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-08-10 18:42:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-08-10 18:42:20 +0000
commit5ab3a459f9fbb73a64c4455d2965409b1ba5f1f4 (patch)
tree282d4f7b033f689f0c0ae12841cd319dbb726594 /lcd4linux.c
parent994c3f1ff0c2b7ab62cfa413827ab17667805aa5 (diff)
downloadlcd4linux-5ab3a459f9fbb73a64c4455d2965409b1ba5f1f4.tar.gz
[lcd4linux @ 2000-08-10 18:42:20 by reinelt]
fixed some bugs with the new syslog code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@65 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lcd4linux.c b/lcd4linux.c
index 2bb62eb..d50c09d 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -1,4 +1,4 @@
-/* $Id: lcd4linux.c,v 1.26 2000/08/10 09:44:09 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.27 2000/08/10 18:42:20 reinelt Exp $
*
* LCD4Linux
*
@@ -20,6 +20,10 @@
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.27 2000/08/10 18:42:20 reinelt
+ *
+ * fixed some bugs with the new syslog code
+ *
* Revision 1.26 2000/08/10 09:44:09 reinelt
*
* new debugging scheme: error(), info(), debug()
@@ -152,7 +156,9 @@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
+#include <errno.h>
#include <signal.h>
#include "cfg.h"