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-06-06 20:29:36 +1200
commitc537b4cc6d0bf2cedcb95848328e902c5be50ace (patch)
treeb6bda9925afbef3f4266ba15f3d9e931eee06512 /reload.h
parentbf04ee460a3221f8d4b6caa628a5820375642545 (diff)
downloadparamano-c537b4cc6d0bf2cedcb95848328e902c5be50ace.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