Merge into segwit

This commit is contained in:
Luke Dashjr
2016-07-23 20:10:39 +00:00
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>