ecore-drm: Include config.h in private header

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-09-18 11:39:29 -04:00
parent 29a3482704
commit 6e384f2a87
1 changed files with 4 additions and 0 deletions

View 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"