Commit 98cd49db authored by Rich Salz's avatar Rich Salz
Browse files

Add missing ctype.h



Had old patch, forgot to push/patch this to master

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent fc3cec53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>