Include config.h in compositor-drm.c
authorRichard Hughes <hughsient@gmail.com>
Wed, 1 May 2013 20:52:13 +0000 (21:52 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 2 May 2013 01:14:16 +0000 (21:14 -0400)
src/compositor-drm.c

index 857aeed..db4db33 100644 (file)
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #define _GNU_SOURCE
 
 #include <errno.h>