added _DEFAULT_SOURCE to fix compilation warnings on gcc 5
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#define _BSD_SOURCE 1 /* for MAP_POPULATE */
|
||||
#define _DEFAULT_SOURCE
|
||||
|
||||
#if HAVE_SYS_MMAN_H
|
||||
# include <sys/mman.h>
|
||||
|
||||
Reference in New Issue
Block a user