Skip to content
Snippets Groups Projects
Commit 4a177092 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

zscanner-test: fix OpenBSD warning (implicit putenv)

parent 6a1ef68a
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@
// strptime under Linux
#define _XOPEN_SOURCE
// OpenBSD requires following to disable warning
#define _XOPEN_SOURCE_EXTENDED 1
#include "zscanner/test/tests.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment