summaryrefslogtreecommitdiffstats
path: root/src/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.c')
-rw-r--r--src/host.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/host.c b/src/host.c
index 0eabb5a..6167377 100644
--- a/src/host.c
+++ b/src/host.c
@@ -15,7 +15,13 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "./suil_internal.h"
+#include "suil_config.h"
+#include "suil_internal.h"
+
+#include "suil/suil.h"
+
+#include <dlfcn.h>
+#include <stdlib.h>
int suil_argc = 0;
char** suil_argv = NULL;