aboutsummaryrefslogtreecommitdiffstats
path: root/battery.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--battery.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/battery.c b/battery.c
index 6688b5e..e98195a 100644
--- a/battery.c
+++ b/battery.c
@@ -1,4 +1,4 @@
-/* $Id: battery.c,v 1.5 2004/01/06 22:33:14 reinelt Exp $
+/* $Id: battery.c,v 1.6 2004/01/29 04:40:02 reinelt Exp $
*
* APM and ACPI specific functions
*
@@ -22,6 +22,9 @@
*
*
* $Log: battery.c,v $
+ * Revision 1.6 2004/01/29 04:40:02 reinelt
+ * every .c file includes "config.h" now
+ *
* Revision 1.5 2004/01/06 22:33:14 reinelt
* Copyright statements cleaned up
*
@@ -48,6 +51,8 @@
*
*/
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>