summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-22 17:41:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-23 16:46:23 -0700
commit3d41939d0349569dcfd2aef9b846c739d0ba0060 (patch)
tree72c8167705f61218f7536e1019c22c5abbecdc4f /Xext
parent46d5ae5b551cc926331324073f2686b47e8aea07 (diff)
Unconditionally #include <stdint.h>
The more recent inclusions of this file haven't been checking for HAVE_STDINT_H, so might as well make the older ones consistent. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'Xext')
-rw-r--r--Xext/xcmisc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c
index 8e3c9cd80..745135ed5 100644
--- a/Xext/xcmisc.c
+++ b/Xext/xcmisc.c
@@ -40,12 +40,7 @@ from The Open Group.
#include <X11/extensions/xcmiscproto.h>
#include "modinit.h"
-#if HAVE_STDINT_H
#include <stdint.h>
-#elif !defined(UINT32_MAX)
-#define UINT32_MAX 0xffffffffU
-#endif
-
static int
ProcXCMiscGetVersion(ClientPtr client)