Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_tio.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-01-27 11:16:07 +0100
committerArthur de Jong <arthur@arthurdejong.org>2008-01-27 11:16:07 +0100
commitdd6518dd55f53cf0058a4992a3856a7527a74299 (patch)
tree4cef30a3863a75cb00e4631740df49cb78901de8 /tests/test_tio.c
parent132f701f415aedfefd3a54b3c6d8f7d697cd36c3 (diff)
when including stdint.h check if we actually have it
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@571 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests/test_tio.c')
-rw-r--r--tests/test_tio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_tio.c b/tests/test_tio.c
index 3e4343b..433fe41 100644
--- a/tests/test_tio.c
+++ b/tests/test_tio.c
@@ -28,7 +28,9 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <pthread.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif /* HAVE_STDINT_H */
#include <stdlib.h>
#include "common/tio.h"