Update for current feature test macros

This commit is contained in:
Luke Dashjr
2016-01-27 07:13:14 +00:00
parent 1fe058443f
commit 4bebe501ad
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
*/
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include <stdlib.h>
#include <string.h>

View File

@@ -5,12 +5,11 @@
* under the terms of the standard MIT license. See COPYING for more details.
*/
#define _BSD_SOURCE
#include <limits.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <blktemplate.h>