Fossil SCM

added missing #include

stephan 2008-02-07 05:31 trunk
Commit 58ee4e6e16976e552436252761731407e0678930
1 file changed +1
--- src/tokenize_path.c
+++ src/tokenize_path.c
@@ -1,7 +1,8 @@
11
#include <string.h>
22
#include <stdlib.h>
3
+#include "tokenize_path.h"
34
45
/**
56
tokenize_path_free() is the only publically-defined way to deallocate
67
a string array created by tokenize_path(). It must be called exactly
78
once for each return value from tokenize_path(). Failing to call it
89
--- 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

Keyboard Shortcuts

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