projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9df96
)
egl: Add an include for size_t
author
Thomas Hellstrom
<thellstrom@vmware.com>
Mon, 1 Nov 2010 16:10:03 +0000
(17:10 +0100)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Tue, 9 Nov 2010 11:31:24 +0000
(12:31 +0100)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/egl/main/egldriver.h
patch
|
blob
|
history
diff --git
a/src/egl/main/egldriver.h
b/src/egl/main/egldriver.h
index 1ca7c6cd9368e2a12129d570f907020e894f0228..1a0aaad1f8c2b27b9ad0b4041e3debbdc222f990 100644
(file)
--- a/
src/egl/main/egldriver.h
+++ b/
src/egl/main/egldriver.h
@@
-4,7
+4,7
@@
#include "egltypedefs.h"
#include "eglapi.h"
-
+#include <stddef.h>
/**
* Define an inline driver typecast function.