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:
parent
df4c9e2903
commit
fc0ac64277
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue