summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-27 02:07:59 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-05-20 15:42:42 +0000
commitbe797d4b039b40d2c876f0a71cd1e48454a74065 (patch)
treec759c0f15a3ac0285e0bd941dc3edad06ade015d /other
parent291a849a5a0afb4450bcd0d0c50b7aeccaac04f5 (diff)
Move system header includes from network.h to network.c
Diffstat (limited to 'other')
-rw-r--r--other/bootstrap_node_packets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/bootstrap_node_packets.c b/other/bootstrap_node_packets.c
index 614cb720..5b447c62 100644
--- a/other/bootstrap_node_packets.c
+++ b/other/bootstrap_node_packets.c
@@ -25,6 +25,8 @@
25 */ 25 */
26#include "bootstrap_node_packets.h" 26#include "bootstrap_node_packets.h"
27 27
28#include <string.h>
29
28#define INFO_REQUEST_PACKET_LENGTH 78 30#define INFO_REQUEST_PACKET_LENGTH 78
29 31
30static uint32_t bootstrap_version; 32static uint32_t bootstrap_version;