Skip to content

Commit

Permalink
flamingo: Define __STDC_WANT_LIB_EXT2__
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Nov 5, 2024
1 parent 1b65587 commit 4eef50b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flamingo/flamingo.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// This Source Form is subject to the terms of the AQUA Software License,
// v. 1.0. Copyright (c) 2024 Aymeric Wibo

#define __STDC_WANT_LIB_EXT2__ \
1 // ISO/IEC TR 24731-2:2010 standard library extensions

#if __linux__
# define _GNU_SOURCE
#endif
Expand Down

0 comments on commit 4eef50b

Please sign in to comment.