aboutsummaryrefslogtreecommitdiffstats
path: root/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter.c')
-rw-r--r--filter.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/filter.c b/filter.c
index df5dcf6..d2d5fde 100644
--- a/filter.c
+++ b/filter.c
@@ -1,4 +1,4 @@
-/* $Id: filter.c,v 1.10 2004/01/16 05:04:53 reinelt Exp $
+/* $Id: filter.c,v 1.11 2004/01/29 04:40:02 reinelt Exp $
*
* smooth and damp functions
*
@@ -22,6 +22,9 @@
*
*
* $Log: filter.c,v $
+ * Revision 1.11 2004/01/29 04:40:02 reinelt
+ * every .c file includes "config.h" now
+ *
* Revision 1.10 2004/01/16 05:04:53 reinelt
* started plugin proc_stat which should parse /proc/stat
* which again is a paint in the a**
@@ -72,6 +75,8 @@
*
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>