testutil: ensure good treatment of argv on non-Unix platforms
[openssl.git] / apps / vms_decc_argv.c
index 54ccc1bf17c6846413148b29d8c7166b8571cd0f..932b51a837646bb125220d0924dc8b55ed88c872 100644 (file)
@@ -9,7 +9,8 @@
 
 #include <stdlib.h>
 #include <openssl/crypto.h>
 
 #include <stdlib.h>
 #include <openssl/crypto.h>
-#include "apps.h"                /* for app_malloc() and copy_argv() */
+#include "platform.h"            /* for copy_argv() */
+#include "apps.h"                /* for app_malloc() */
 
 char **newargv = NULL;
 
 
 char **newargv = NULL;