Commit f6ce4290 authored by Richard Levitte's avatar Richard Levitte
Browse files

Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.h



Needed to get size_t on Windows

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 2d5724aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#ifndef HEADER_EBCDIC_H
# define HEADER_EBCDIC_H

# include <sys/types.h>
# include <stdlib.h>

#ifdef  __cplusplus
extern "C" {