mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
The testRun function uses getopt(), which is troublesome because the bundled implementation is part of the front-end
This commit is contained in:
parent
443e696411
commit
779a318c93
@ -41,6 +41,7 @@
|
||||
#include <setjmp.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <getopt.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user