mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Add some missing includes that older G++ cares about.
This commit is contained in:
parent
d3820049b8
commit
604576075e
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue