Skip to content
Snippets Groups Projects
Commit 4c7dc8f0 authored by Tink Team's avatar Tink Team Committed by Copybara-Service
Browse files

define _GNU_SOURCE which we need due to vasprintf(3)

PiperOrigin-RevId: 254873900
parent 8cd71b30
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _GNU_SOURCE
#define _GNU_SOURCE // needed for vasprintf(3)
#endif
#include "tink/util/errors.h"
#include <stdarg.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