Fix build against Debian version of libhttp-parser -- its old but it will work.
This commit is contained in:
parent
0ca764968a
commit
4da9d4e53a
7 changed files with 45 additions and 4 deletions
|
@ -22,7 +22,11 @@
|
|||
#include "../version.h"
|
||||
#include "../include/ZeroTierOne.h"
|
||||
|
||||
#ifdef ZT_USE_SYSTEM_HTTP_PARSER
|
||||
#include <http_parser.h>
|
||||
#else
|
||||
#include "../ext/http-parser/http_parser.h"
|
||||
#endif
|
||||
|
||||
#ifdef ZT_ENABLE_NETWORK_CONTROLLER
|
||||
#include "../controller/SqliteNetworkController.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue