aboutsummaryrefslogtreecommitdiff
path: root/reload.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 13:31:43 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-10 13:31:43 +1200
commit55da9c20452dd62db8fb776d4fee8f16a967281d (patch)
tree2de2992c05b696a7dacd0b6004737010cb7a8070 /reload.h
parente7d8d46e9a7f8590fd89f4b1964778f6b1f57e13 (diff)
downloadparamano-55da9c20452dd62db8fb776d4fee8f16a967281d.tar.xz
Better makefile (I got sidetracked)
Diffstat (limited to 'reload.h')
-rw-r--r--reload.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/reload.h b/reload.h
index 6ca7cf4..f3b974a 100644
--- a/reload.h
+++ b/reload.h
@@ -17,5 +17,11 @@
************************************************************************/
#ifndef RELOAD_H
+#define RELOAD_H
+#include "trayfreq.h"
+#include "defaults.h"
+#include "bat_tray.h"
+#include <stdio.h>
+
void reload_config();
#endif