summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2014-06-11 18:31:10 -0700
committerTim Rice <tim@multitalents.net>2014-06-11 18:31:10 -0700
commit5e2b8894b0b24af4ad0a2f7aa33ebf255df7a8bc (patch)
treea8cd5c5752b0c8b0bfbfdaef4e21b910213d2aaf
parent985ee2cbc3e43bc65827c3c0d4df3faa99160c37 (diff)
- (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for
u_intXX_t types.
-rw-r--r--ChangeLog2
-rw-r--r--regress/unittests/test_helper/test_helper.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f2358e8..1c043aef9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
3 openbsd-compat/bsd-asprintf.c. 3 openbsd-compat/bsd-asprintf.c.
4 - (dtucker) [regress/unittests/sshbuf/*.c regress/unittests/test_helper/*] 4 - (dtucker) [regress/unittests/sshbuf/*.c regress/unittests/test_helper/*]
5 Wrap stdlib.h include an ifdef for platforms that don't have it. 5 Wrap stdlib.h include an ifdef for platforms that don't have it.
6 - (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for
7 u_intXX_t types.
6 8
720140610 920140610
8 - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c 10 - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
diff --git a/regress/unittests/test_helper/test_helper.h b/regress/unittests/test_helper/test_helper.h
index 7ba187004..a398c615f 100644
--- a/regress/unittests/test_helper/test_helper.h
+++ b/regress/unittests/test_helper/test_helper.h
@@ -20,6 +20,8 @@
20#ifndef _TEST_HELPER_H 20#ifndef _TEST_HELPER_H
21#define _TEST_HELPER_H 21#define _TEST_HELPER_H
22 22
23#include "includes.h"
24
23#include <sys/types.h> 25#include <sys/types.h>
24#ifdef HAVE_STDINT_H 26#ifdef HAVE_STDINT_H
25# include <stdint.h> 27# include <stdint.h>