aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/Heimdall.h
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall/source/Heimdall.h')
-rw-r--r--heimdall/source/Heimdall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/heimdall/source/Heimdall.h b/heimdall/source/Heimdall.h
index c5c11ef..45d0cbd 100644
--- a/heimdall/source/Heimdall.h
+++ b/heimdall/source/Heimdall.h
@@ -38,6 +38,10 @@
#else // POSIX Standard Library
+#ifdef AUTOCONF
+#include "../config.h"
+#endif
+
#include <unistd.h>
#define Sleep(t) usleep(1000*t)