egl/drm: Include errno.h

Fixes scons build.
This commit is contained in:
José Fonseca 2012-03-11 19:51:00 +00:00
parent b60120608f
commit 901a118327

View file

@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include "util/u_memory.h"
#include "egllog.h"