Skip to content

Commit a8cd0ed

Browse files
committed
export _ISOC11_SOURCE to see static_assert macro
1 parent f16897c commit a8cd0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialize.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* \file
2727
* \brief Sequential forking implementation
2828
*/
29-
29+
#define _ISOC11_SOURCE
3030
#include <assert.h>
3131

3232
#include "str.h"

0 commit comments

Comments
 (0)