mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-29 13:42:07 +00:00
- (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for
u_intXX_t types.
This commit is contained in:
parent
985ee2cbc3
commit
5e2b8894b0
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user