diff options
Diffstat (limited to '')
-rw-r--r-- | drv_Crystalfontz.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c index 62723bc..65b3293 100644 --- a/drv_Crystalfontz.c +++ b/drv_Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: drv_Crystalfontz.c,v 1.5 2004/01/25 05:30:09 reinelt Exp $ +/* $Id: drv_Crystalfontz.c,v 1.6 2004/01/29 04:40:02 reinelt Exp $ * * new style driver for Crystalfontz display modules * @@ -23,6 +23,9 @@ * * * $Log: drv_Crystalfontz.c,v $ + * Revision 1.6 2004/01/29 04:40:02 reinelt + * every .c file includes "config.h" now + * * Revision 1.5 2004/01/25 05:30:09 reinelt * plugin_netdev for parsing /proc/net/dev added * @@ -49,6 +52,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <string.h> |