1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Fix build errors with curl disabled

This commit is contained in:
sfan5 2024-04-28 12:31:15 +02:00
parent df4c9e2903
commit fc0ac64277
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "colorize.h"
#ifdef USE_CURL
#if USE_CURL
#include <curl/urlapi.h>
#include "log.h"