Slipped out when rebasing/clearing up the MSVC fixes. The build succeeds with mingw-w64 (gcc) so it went unnoticed.
Signed-off-by: Emil Velikov <[email protected]> --- src/waffle/wgl/wgl_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/waffle/wgl/wgl_display.c b/src/waffle/wgl/wgl_display.c index 2693ae3..4e63e1b 100644 --- a/src/waffle/wgl/wgl_display.c +++ b/src/waffle/wgl/wgl_display.c @@ -25,8 +25,8 @@ #include <stdlib.h> -#include <strings.h> #include <windows.h> +#include "c99_compat.h" #include "wcore_error.h" -- 2.0.2 _______________________________________________ waffle mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/waffle

