On 03/06/2015 05:34 AM, Emil Velikov wrote:
The C99 header exists on other platforms as well.

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
  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"


LGTM.  I don't think we ever build this on Windows anyway.

Reviewed-by: Brian Paul <bri...@vmware.com>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to