aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2018-02-01 05:12:05 -0600
committerEric Engestrom2018-03-20 13:19:26 -0500
commit0926f0af54d654b1a95826066edcae30b8052581 (patch)
tree546efdeadf79644a90ca0c0418dbdea848b81ef4 /exynos/exynos_drm.c
parent431f1a147e33b3fae7ea78a47d40a6014b682ebd (diff)
downloadexternal-libgbm-0926f0af54d654b1a95826066edcae30b8052581.tar.gz
external-libgbm-0926f0af54d654b1a95826066edcae30b8052581.tar.xz
external-libgbm-0926f0af54d654b1a95826066edcae30b8052581.zip
meson,configure: include config.h automatically
This will prevent any more missing `#include "config.h"` bug, at the cost of having to recompile some files that didn't need to be when changing build options. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'exynos/exynos_drm.c')
-rw-r--r--exynos/exynos_drm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/exynos/exynos_drm.c b/exynos/exynos_drm.c
index f6204f1c..e1afef65 100644
--- a/exynos/exynos_drm.c
+++ b/exynos/exynos_drm.c
@@ -24,10 +24,6 @@
24 * Inki Dae <inki.dae@samsung.com> 24 * Inki Dae <inki.dae@samsung.com>
25 */ 25 */
26 26
27#ifdef HAVE_CONFIG_H
28#include "config.h"
29#endif
30
31#include <stdlib.h> 27#include <stdlib.h>
32#include <stdio.h> 28#include <stdio.h>
33#include <string.h> 29#include <string.h>