Skip to content

Commit 023622d

Browse files
committed
fix: minor compilation error
1 parent 8e67d24 commit 023622d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/network.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#ifndef CLOUDSYNC_OMIT_NETWORK
99

1010
#include <stdint.h>
11+
#include <inttypes.h>
12+
1113
#include "network.h"
1214
#include "utils.h"
1315
#include "dbutils.h"

0 commit comments

Comments
 (0)