Missing symbol in MSYS2/MinGW compilation.

This commit is contained in:
Ward Fisher 2022-01-24 13:35:04 -07:00
parent 3898d4f80a
commit 6225915f52

View File

@ -40,6 +40,11 @@
#undef DEBUG
#ifndef nulldup
#define nulldup(s) ((s)?strdup(s):NULL)
#endif
extern int NC_initialized; /**< True when dispatch table is initialized. */
/* User-defined formats. */