diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-22 17:41:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-23 16:46:23 -0700 |
commit | 3d41939d0349569dcfd2aef9b846c739d0ba0060 (patch) | |
tree | 72c8167705f61218f7536e1019c22c5abbecdc4f /include/dix-config.h.in | |
parent | 46d5ae5b551cc926331324073f2686b47e8aea07 (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 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 5facb1106..aa7de60bd 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -178,9 +178,6 @@ /* Define to 1 if you have the `shmctl64' function. */ #undef HAVE_SHMCTL64 -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H |