Skip to content
Snippets Groups Projects
Commit a2ca3c1e authored by Andreas Schneider's avatar Andreas Schneider Committed by Niels Möller
Browse files

fat-arm: Add missing define for _GNU_SOURCE


If configure finds secure_getenv it wants to use it. However it fails to
find the prototype because it is a GNU extension.

Signed-off-by: default avatarAndreas Schneider <asn@samba.org>
parent 2707d5a8
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
not, see http://www.gnu.org/licenses/. not, see http://www.gnu.org/licenses/.
*/ */
#define _GNU_SOURCE
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment