aboutsummaryrefslogtreecommitdiffstats
path: root/icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'icon.c')
-rw-r--r--icon.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/icon.c b/icon.c
index b21e456..92cf352 100644
--- a/icon.c
+++ b/icon.c
@@ -1,4 +1,4 @@
-/* $Id: icon.c,v 1.12 2004/01/09 04:16:06 reinelt Exp $
+/* $Id: icon.c,v 1.13 2004/01/29 04:40:02 reinelt Exp $
*
* generic icon and heartbeat handling
*
@@ -22,6 +22,9 @@
*
*
* $Log: icon.c,v $
+ * Revision 1.13 2004/01/29 04:40:02 reinelt
+ * every .c file includes "config.h" now
+ *
* Revision 1.12 2004/01/09 04:16:06 reinelt
* added 'section' argument to cfg_get(), but NULLed it on all calls by now.
*
@@ -80,6 +83,8 @@
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>