From 7ca3bc1d6f36fd1751902e1976feceb427e6aba3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 15 Oct 2018 11:39:35 +1300 Subject: Fix libdrm includes This removes any assumptions about how the libdrm headers are installed, and uses the pkg-config include directories as we're "supposed to". This only adds a partial dependency, since we don't actually need to link against libdrm. --- render/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/egl.c') diff --git a/render/egl.c b/render/egl.c index 5c0f2c4a..cfa37f20 100644 --- a/render/egl.c +++ b/render/egl.c @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include #include "glapi.h" -- cgit v1.2.3