diff options
Diffstat (limited to 'node')
-rw-r--r-- | node/Node.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index 1661e9d1..7d5bbe8b 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -25,6 +25,12 @@ * LLC. Start here: http://www.zerotier.com/ */ +#include <stdio.h> +#include <stdlib.h> +#include <stdarg.h> +#include <string.h> +#include <stdint.h> + #include "../version.h" #include "Constants.hpp" |