Fossil SCM
Add missing "#include <errno.h>" that was needed on previous commit.
Commit
a66a14b033831ba1b26abcb6bb9921f18913d08ff4a1a6c8185928350c4d7c2d
Parent
ea6f9a84aca1d1b…
1 file changed
+1
+1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -19,10 +19,11 @@ | ||
| 19 | 19 | ** text files. |
| 20 | 20 | */ |
| 21 | 21 | #include "config.h" |
| 22 | 22 | #include "diff.h" |
| 23 | 23 | #include <assert.h> |
| 24 | +#include <errno.h> | |
| 24 | 25 | |
| 25 | 26 | |
| 26 | 27 | #if INTERFACE |
| 27 | 28 | /* |
| 28 | 29 | ** Flag parameters to the text_diff() routine used to control the formatting |
| 29 | 30 |
| --- 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 |