Skip to content

Commit a66125c

Browse files
committed
new curl.h include path
1 parent 2c8ae2d commit a66125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "network.h"
1212
#include "dbutils.h"
1313
#include "utils.h"
14-
#include "curl/curl.h"
14+
#include "network/curl/curl.h"
1515

1616
#define CLOUDSYNC_ENDPOINT_PREFIX "v1/cloudsync"
1717
#define CLOUDSYNC_ENDPOINT_UPLOAD "upload"

0 commit comments

Comments
 (0)