The C99 header exists on other platforms as well. Signed-off-by: Emil Velikov <[email protected]> --- src/glx/glxclient.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index a140c87..122ae5d 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -47,9 +47,7 @@ #include <string.h> #include <stdlib.h> #include <stdio.h> -#ifdef _WIN32 #include <stdint.h> -#endif #include "GL/glxproto.h" #include "glxconfig.h" #include "glxhash.h" -- 2.1.3 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
