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
commit
675aec8178
1 changed files with 1 additions and 1 deletions
  1. 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.

Loading…
Cancel
Save