summaryrefslogtreecommitdiff
blob: d86e42ef3fc856de377ffab82be145f0a52ddac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix implicit functions declarations

--- xbatt.c
+++ xbatt.c
@@ -47,6 +47,9 @@
 #include <time.h>
 #include <sys/file.h>
 #include <sys/ioctl.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <X11/IntrinsicP.h>
 #include <X11/StringDefs.h>
 #include <X11/Intrinsic.h>
 #include <X11/Shell.h>