Fix some missing or faulty header file inclusions

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Richard Levitte 2015-12-30 14:54:29 +01:00
parent 72245f340c
commit 3dc9589cc8
3 changed files with 4 additions and 2 deletions

View File

@ -68,6 +68,8 @@
# include <stdlib.h>
# include <unixlib.h>
# include "apps.h"
/* Global storage. */
/* Flag to sense if decc_init() was called. */

View File

@ -60,7 +60,7 @@
# include <limits.h>
# include "internal/cryptlib.h"
# include "../ssl/ssl_locl.h"
# include "../../ssl/ssl_locl.h"
# include "internal/ct_int.h"
SCT *SCT_new(void)

View File

@ -76,7 +76,7 @@ DSO_METHOD *DSO_METHOD_vms(void)
# include <stsdef.h>
# include <descrip.h>
# include <starlet.h>
# include "vms_rms.h"
# include "../vms_rms.h"
/* Some compiler options may mask the declaration of "_malloc32". */
# if __INITIAL_POINTER_SIZE && defined _ANSI_C_SOURCE