src/CMakeLists.txt: fix a compilation warning about _BSD_SOURCE deprecation
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:32:29 +0000 (19:32 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:32:29 +0000 (19:32 +0200)
Fix this warning from recent compilers:
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"


No differences found