Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
add back the original json.h include to the non volcano code
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperOptimizer committed Nov 12, 2024
1 parent 6112f2e commit f19e9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vesuvius-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
#include <json.h>
#include <json-c/json.h>
#include <blosc2.h>
#include <sys/stat.h>
#include <sys/types.h>
Expand Down

0 comments on commit f19e9dd

Please sign in to comment.