Silence recent GCC warning
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 22 Jan 2017 13:01:06 +0000 (14:01 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 22 Jan 2017 13:01:06 +0000 (14:01 +0100)
commit7cf7100a40a0966c3009a7717ac6bc284214541c
tree67a59ae6cf0742348351a721b1acd484d1ebb582
parentf9e5c41cec41679f966a593cf4358284b26c5c66
Silence recent GCC warning

Recently, GCC warns about _BSD_SOURCE being deprecated, unless
_DEFAULT_SOURCE is also defined, so also define _DEFAULT_SOURCE.
Makefile