mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02: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.
|
openbsd-compat/bsd-asprintf.c.
|
||||||
- (dtucker) [regress/unittests/sshbuf/*.c regress/unittests/test_helper/*]
|
- (dtucker) [regress/unittests/sshbuf/*.c regress/unittests/test_helper/*]
|
||||||
Wrap stdlib.h include an ifdef for platforms that don't have it.
|
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
|
20140610
|
||||||
- (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
|
- (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
#ifndef _TEST_HELPER_H
|
#ifndef _TEST_HELPER_H
|
||||||
#define _TEST_HELPER_H
|
#define _TEST_HELPER_H
|
||||||
|
|
||||||
|
#include "includes.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_STDINT_H
|
#ifdef HAVE_STDINT_H
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user