egl: Add an include for size_t
[mesa.git] / src / egl / main / egldriver.h
index 1ca7c6cd9368e2a12129d570f907020e894f0228..1a0aaad1f8c2b27b9ad0b4041e3debbdc222f990 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "egltypedefs.h"
 #include "eglapi.h"
-
+#include <stddef.h>
 
 /**
  * Define an inline driver typecast function.