diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-02-24 13:49:31 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-02-24 13:49:31 +1100 |
commit | 4c356308a88d309c796325bb75dce90ca16591d5 (patch) | |
tree | 5941078fa9b6598232a4c419da18531d630be57f /regress/unittests/kex/test_kex.c | |
parent | c9c88355c6a27a908e7d1e5003a2b35ea99c1614 (diff) |
Wrap stdint.h includes in HAVE_STDINT_H.
Diffstat (limited to 'regress/unittests/kex/test_kex.c')
-rw-r--r-- | regress/unittests/kex/test_kex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c index 762f524fb..3151fa91f 100644 --- a/regress/unittests/kex/test_kex.c +++ b/regress/unittests/kex/test_kex.c | |||
@@ -8,7 +8,9 @@ | |||
8 | #include <sys/types.h> | 8 | #include <sys/types.h> |
9 | #include <sys/param.h> | 9 | #include <sys/param.h> |
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #ifdef HAVE_STDINT_H | ||
11 | #include <stdint.h> | 12 | #include <stdint.h> |
13 | #endif | ||
12 | #include <stdlib.h> | 14 | #include <stdlib.h> |
13 | #include <string.h> | 15 | #include <string.h> |
14 | 16 | ||