We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739854f commit a3ca67aCopy full SHA for a3ca67a
code/logic/stream.c
@@ -14,6 +14,7 @@
14
#include "fossil/io/stream.h"
15
#include "fossil/io/error.h"
16
#include <string.h>
17
+#include <errno.h>
18
19
typedef enum {
20
FOSSIL_BUFFER_SMALL = 100,
0 commit comments