mesa/src/loader
Emil Velikov 61c825e862 loader: include dlfcn.h when building with HAVE_LIBUDEV
The code depending on the definitions is already wrapped
in the same conditional so go ahead and wrap the include.

Otherwise we'll brake compilation on platforms that are
missing the header. Add assert.h in there as well, as it
is introduced and used in the same fashon.

Cc: Eric Anholt <eric@anholt.net>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74122
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2014-01-28 14:32:03 +00:00
..
Android.mk loader: ifdef libdrm specific code and include 2014-01-19 15:17:00 +00:00
loader.c loader: include dlfcn.h when building with HAVE_LIBUDEV 2014-01-28 14:32:03 +00:00
loader.h loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00
Makefile.am loader: Use dlsym to get our udev symbols instead of explicit linking. 2014-01-27 09:36:24 -08:00
Makefile.sources loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00
SConscript loader: ifdef libdrm specific code and include 2014-01-19 15:17:00 +00:00