On 02/29/2012 12:56 PM, Eric Anholt wrote:
Module: Mesa
Branch: master
Commit: 88612029f6ce9d2717220a0ef31bfe71a8c85529
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=88612029f6ce9d2717220a0ef31bfe71a8c85529

Author: Eric Anholt<[email protected]>
Date:   Sun Feb  5 10:46:13 2012 +0100

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<[email protected]>

[...]

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"

There is no strings.h on Windows.  Is this change necessary?

-Brian
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to