targets/egl-static: fix building without libudev

Thanks to José for pointing out.
This commit is contained in:
Chia-I Wu
2011-06-26 18:03:15 +09:00
parent 450f486276
commit a1cadf2b5c
+2 -1
View File
@@ -33,9 +33,10 @@
#ifdef HAVE_LIBUDEV
#include <stdio.h> /* for sscanf */
#include <libudev.h>
#endif
#define DRIVER_MAP_GALLIUM_ONLY
#include "pci_ids/pci_id_driver_map.h"
#endif
#include "egl_pipe.h"
#include "egl_st.h"