summaryrefslogtreecommitdiffstats
path: root/apps/lib/names.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/lib/names.c')
-rw-r--r--apps/lib/names.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/lib/names.c b/apps/lib/names.c
index 09ee16fd37..a1116d68f8 100644
--- a/apps/lib/names.c
+++ b/apps/lib/names.c
@@ -12,6 +12,8 @@
#include <openssl/safestack.h>
#include "names.h"
+DEFINE_STACK_OF_CSTRING()
+
#ifdef _WIN32
# define strcasecmp _stricmp
#endif