Fossil SCM

Add missing "#include <errno.h>" that was needed on previous commit.

mgagnon 2024-02-04 22:12 trunk
Commit a66a14b033831ba1b26abcb6bb9921f18913d08ff4a1a6c8185928350c4d7c2d
1 file changed +1
+1
--- src/diff.c
+++ src/diff.c
@@ -19,10 +19,11 @@
1919
** text files.
2020
*/
2121
#include "config.h"
2222
#include "diff.h"
2323
#include <assert.h>
24
+#include <errno.h>
2425
2526
2627
#if INTERFACE
2728
/*
2829
** Flag parameters to the text_diff() routine used to control the formatting
2930
--- src/diff.c
+++ src/diff.c
@@ -19,10 +19,11 @@
19 ** text files.
20 */
21 #include "config.h"
22 #include "diff.h"
23 #include <assert.h>
 
24
25
26 #if INTERFACE
27 /*
28 ** Flag parameters to the text_diff() routine used to control the formatting
29
--- src/diff.c
+++ src/diff.c
@@ -19,10 +19,11 @@
19 ** text files.
20 */
21 #include "config.h"
22 #include "diff.h"
23 #include <assert.h>
24 #include <errno.h>
25
26
27 #if INTERFACE
28 /*
29 ** Flag parameters to the text_diff() routine used to control the formatting
30

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button