- (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for

u_intXX_t types.
This commit is contained in:
Tim Rice 2014-06-11 18:31:10 -07:00
parent 985ee2cbc3
commit 5e2b8894b0
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
openbsd-compat/bsd-asprintf.c.
- (dtucker) [regress/unittests/sshbuf/*.c regress/unittests/test_helper/*]
Wrap stdlib.h include an ifdef for platforms that don't have it.
- (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for
u_intXX_t types.
20140610
- (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c

View File

@ -20,6 +20,8 @@
#ifndef _TEST_HELPER_H
#define _TEST_HELPER_H
#include "includes.h"
#include <sys/types.h>
#ifdef HAVE_STDINT_H
# include <stdint.h>