This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
egl: Add an include for size_t
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
tags/android-x86-2.2
Thomas Hellstrom
15 years ago
parent
9d9df964c4
commit
675aec8178
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/egl/main/egldriver.h
+ 1
- 1
src/egl/main/egldriver.h
View File
@@ -4,7 +4,7 @@
#include "egltypedefs.h"
#include "eglapi.h"
#include <stddef.h>
/**
* Define an inline driver typecast function.
Write
Preview
Loading…
Cancel
Save