Fix program_invocation_short_name on Cygwin

This commit is contained in:
Evan Miller 2020-08-05 23:59:58 -04:00
parent 0b6809be82
commit d0d3060223

View File

@ -10,10 +10,6 @@
#include <getopt.h>
#include <errno.h>
#if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
extern char *program_invocation_short_name;
#endif
/* string functions */
void *g_memdup(const void *src, size_t len) {