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

Fix strptime warning under Linux

parent 4e386eeb
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// strptime under Linux
#define _XOPEN_SOURCE
#include "zscanner/test/tests.h"
#include <inttypes.h> // PRIu64
......
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