summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egllog.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-02-05 10:46:13 +0100
committerEric Anholt <eric@anholt.net>2012-02-29 11:52:40 -0800
commit88612029f6ce9d2717220a0ef31bfe71a8c85529 (patch)
treed86254fa4af549ab8850c39d07b929ea6cb82fd2 /src/egl/main/egllog.c
parent28d92eff73a0821e7a73b04d3f50e715850dc5e9 (diff)
downloadexternal_mesa3d-88612029f6ce9d2717220a0ef31bfe71a8c85529.zip
external_mesa3d-88612029f6ce9d2717220a0ef31bfe71a8c85529.tar.gz
external_mesa3d-88612029f6ce9d2717220a0ef31bfe71a8c85529.tar.bz2
egl/main: Convert to automake.
The drivers/ walk-through-subdirs makefile is converted as well so I didn't need to keep EGL_DRIVERS_DIRS along with the per-driver HAVE_EGL_DRIVER_WHATEVER. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/egl/main/egllog.c')
-rw-r--r--src/egl/main/egllog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egllog.c b/src/egl/main/egllog.c
index 43eed64..38a896b 100644
--- a/src/egl/main/egllog.c
+++ b/src/egl/main/egllog.c
@@ -38,7 +38,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
+#include <strings.h>
#include "egllog.h"
#include "eglstring.h"