st/egl: Add missing headers.

This commit is contained in:
Vinson Lee 2010-02-03 18:36:07 -08:00
parent 821b3e2302
commit 4d01e8e26f
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
*/
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "pipe/p_screen.h"
#include "util/u_memory.h"

View file

@ -22,6 +22,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <string.h>
#include "util/u_debug.h"
#include "util/u_memory.h"