summaryrefslogtreecommitdiffstats
path: root/src/lib/eiotas_private.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-22 14:22:39 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-22 14:22:39 +0200
commit673b532cce6c6e4be852a07731e3d194313317b3 (patch)
tree60e40c7615dfb41d74af84dee5fcf0cc1f9be11d /src/lib/eiotas_private.h
parenta71c1cc93d782e25ee33bf401e3b3537d420d326 (diff)
downloadedoors-673b532cce6c6e4be852a07731e3d194313317b3.zip
edoors-673b532cce6c6e4be852a07731e3d194313317b3.tar.gz
headers: fix eiotas_config.h usage
Diffstat (limited to 'src/lib/eiotas_private.h')
-rw-r--r--src/lib/eiotas_private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/eiotas_private.h b/src/lib/eiotas_private.h
index e1e8deb..39184b4 100644
--- a/src/lib/eiotas_private.h
+++ b/src/lib/eiotas_private.h
@@ -19,7 +19,9 @@
#ifndef __EIOTAS_PRIVATE_H__
#define __EIOTAS_PRIVATE_H__
-#include "eiotas_config.h"
+#ifdef HAVE_CONFIG_H
+# include "eiotas_config.h"
+#endif
#include "eiotas_main.h"
#include <eina_log.h>