diff options
Diffstat (limited to 'regress/unittests/sshbuf/test_sshbuf_fixed.c')
-rw-r--r-- | regress/unittests/sshbuf/test_sshbuf_fixed.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/sshbuf/test_sshbuf_fixed.c b/regress/unittests/sshbuf/test_sshbuf_fixed.c index 52dc84b6f..df4925f7c 100644 --- a/regress/unittests/sshbuf/test_sshbuf_fixed.c +++ b/regress/unittests/sshbuf/test_sshbuf_fixed.c | |||
@@ -11,7 +11,9 @@ | |||
11 | #include <sys/types.h> | 11 | #include <sys/types.h> |
12 | #include <sys/param.h> | 12 | #include <sys/param.h> |
13 | #include <stdio.h> | 13 | #include <stdio.h> |
14 | #include <stdint.h> | 14 | #ifdef HAVE_STDINT_H |
15 | # include <stdint.h> | ||
16 | #endif | ||
15 | #include <stdlib.h> | 17 | #include <stdlib.h> |
16 | #include <string.h> | 18 | #include <string.h> |
17 | 19 | ||