diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-09-11 23:14:54 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-09-11 23:14:54 +0200 |
commit | eadeb9f2a13577d6cd532b2a1bd306710136322a (patch) | |
tree | c8317cc0eb0ca7a9e017d92d9f7472e0966f92c0 /src/net.h | |
parent | 37de0cc7b0eeeefcc25173913faaefa2a7673d2c (diff) | |
download | OFQT-eadeb9f2a13577d6cd532b2a1bd306710136322a.tar.gz OFQT-eadeb9f2a13577d6cd532b2a1bd306710136322a.zip |
move over to official cmake packages, fix data race in qt frontend
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ extern "C" { #endif #include <curl/curl.h> -#include <json.h> +#include <json-c/json.h> struct MemoryStruct { uint8_t* memory; |