aboutsummaryrefslogtreecommitdiffstats
path: root/Skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'Skeleton.c')
-rw-r--r--Skeleton.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/Skeleton.c b/Skeleton.c
index 2b0a386..0c7b7f7 100644
--- a/Skeleton.c
+++ b/Skeleton.c
@@ -1,4 +1,4 @@
-/* $Id: Skeleton.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
+/* $Id: Skeleton.c,v 1.13 2004/01/29 04:40:02 reinelt Exp $
*
* skeleton driver for new display modules
*
@@ -22,6 +22,9 @@
*
*
* $Log: Skeleton.c,v $
+ * Revision 1.13 2004/01/29 04:40:02 reinelt
+ * every .c file includes "config.h" now
+ *
* Revision 1.12 2003/10/05 17:58:50 reinelt
* libtool junk; copyright messages cleaned up
*
@@ -79,6 +82,8 @@
*
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>