Linux needs -D_GNU_SOURCE for some functions, so enable it in Makefile
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
* See file LICENSE for license information.
|
||||
*
|
||||
*/
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user