summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index 14ae878..6fa96ef 100644
--- a/interface.h
+++ b/interface.h
@@ -1,6 +1,7 @@
#ifndef INTERFACE_H
#define INTERFACE_H
-
+#include "http.h"
+#include "md5.h"
struct menu_section
{
char *icon;
@@ -139,4 +140,4 @@ void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int b, int bq, int mx,
int sdl_poll(void);
void set_cmode(int cm);
-#endif \ No newline at end of file
+#endif