Fossil SCM
added missing #include
Commit
58ee4e6e16976e552436252761731407e0678930
Parent
0dc3e7a0d5a1d98…
1 file changed
+1
+1
| --- src/tokenize_path.c | ||
| +++ src/tokenize_path.c | ||
| @@ -1,7 +1,8 @@ | ||
| 1 | 1 | #include <string.h> |
| 2 | 2 | #include <stdlib.h> |
| 3 | +#include "tokenize_path.h" | |
| 3 | 4 | |
| 4 | 5 | /** |
| 5 | 6 | tokenize_path_free() is the only publically-defined way to deallocate |
| 6 | 7 | a string array created by tokenize_path(). It must be called exactly |
| 7 | 8 | once for each return value from tokenize_path(). Failing to call it |
| 8 | 9 |
| --- src/tokenize_path.c | |
| +++ src/tokenize_path.c | |
| @@ -1,7 +1,8 @@ | |
| 1 | #include <string.h> |
| 2 | #include <stdlib.h> |
| 3 | |
| 4 | /** |
| 5 | tokenize_path_free() is the only publically-defined way to deallocate |
| 6 | a string array created by tokenize_path(). It must be called exactly |
| 7 | once for each return value from tokenize_path(). Failing to call it |
| 8 |
| --- src/tokenize_path.c | |
| +++ src/tokenize_path.c | |
| @@ -1,7 +1,8 @@ | |
| 1 | #include <string.h> |
| 2 | #include <stdlib.h> |
| 3 | #include "tokenize_path.h" |
| 4 | |
| 5 | /** |
| 6 | tokenize_path_free() is the only publically-defined way to deallocate |
| 7 | a string array created by tokenize_path(). It must be called exactly |
| 8 | once for each return value from tokenize_path(). Failing to call it |
| 9 |