Skip to content

Commit a3ca67a

Browse files
resolve missing errno header
1 parent 739854f commit a3ca67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/logic/stream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "fossil/io/stream.h"
1515
#include "fossil/io/error.h"
1616
#include <string.h>
17+
#include <errno.h>
1718

1819
typedef enum {
1920
FOSSIL_BUFFER_SMALL = 100,

0 commit comments

Comments
 (0)