1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 18:37:07 +00:00

The testRun function uses getopt(), which is troublesome because the bundled implementation is part of the front-end

This commit is contained in:
Schaich
2021-03-30 18:45:23 +09:00
parent 443e696411
commit 779a318c93

View File

@@ -41,6 +41,7 @@
#include <setjmp.h>
#endif
#include <assert.h>
#include <getopt.h>
#include <limits.h>
#include <unistd.h>
#include <errno.h>