Skip to content

Commit 3773268

Browse files
authored
Include stdbool header
1 parent a624c69 commit 3773268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ftp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
extern "C" {
66
#endif
77

8+
#include <stdbool.h>
9+
810
typedef struct ftpServer ftpServer;
911

1012
typedef struct ftpConfig {

0 commit comments

Comments
 (0)