Skip to content
Snippets Groups Projects
Commit 35966079 authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

Merge branch 'mrdomino-std-c99'

parents 55280a73 321600b6
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ if env['CC'] == 'cl':
]
)
else:
env.MergeFlags('-std=gnu99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes -Wno-unused-variable')
env.MergeFlags('-std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes -Wno-unused-variable')
# Linker options
if env['PLATFORM'] == 'darwin':
......
......@@ -15,6 +15,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <search.h>
#include <stdlib.h>
#include "hammer.h"
#include "internal.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment