Browse Source

Linux build fix

Adam Ierymenko 5 years ago
parent
commit
0ad82dad80
1 changed files with 2 additions and 0 deletions
  1. 2 0
      node/Hashtable.hpp

+ 2 - 0
node/Hashtable.hpp

@@ -16,6 +16,8 @@
 
 #include "Constants.hpp"
 
+#include <stdlib.h>
+#include <stdio.h>
 #include <vector>
 
 namespace ZeroTier {