ecore-drm: Include config.h in private header
authorChris Michael <cp.michael@samsung.com>
Thu, 18 Sep 2014 15:39:29 +0000 (11:39 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 22 Sep 2014 18:18:53 +0000 (14:18 -0400)
@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_private.h

index 8e11aa6..194a1ec 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _ECORE_DRM_PRIVATE_H
 # define _ECORE_DRM_PRIVATE_H
 
+# ifdef HAVE_CONFIG_H
+#  include "config.h"
+# endif
+
 # include "Ecore.h"
 # include "ecore_private.h"
 # include "Ecore_Input.h"