Add missing ctype.h
Had old patch, forgot to push/patch this to master Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
fc3cec5350
commit
98cd49db1d
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <time.h>
|
||||
# include <ctype.h>
|
||||
# include "apps.h" /* needs to be included before the openssl
|
||||
* headers! */
|
||||
# include <openssl/e_os2.h>
|
||||
|
|
Loading…
Reference in a new issue