aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index 1a565e4..7fe34bf 100644
--- a/cfg.c
+++ b/cfg.c
@@ -1,4 +1,4 @@
-/* $Id: cfg.c,v 1.30 2004/01/22 07:57:45 reinelt Exp $^
+/* $Id: cfg.c,v 1.31 2004/01/29 04:40:02 reinelt Exp $^
*
* config file stuff
*
@@ -23,6 +23,9 @@
*
*
* $Log: cfg.c,v $
+ * Revision 1.31 2004/01/29 04:40:02 reinelt
+ * every .c file includes "config.h" now
+ *
* Revision 1.30 2004/01/22 07:57:45 reinelt
* several bugs fixed where segfaulting on layout>display
* Crystalfontz driver optimized, 632 display already works
@@ -201,6 +204,8 @@
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>