Check-in [58ee4e6e16]
Not logged in
Overview

SHA1 Hash:58ee4e6e16976e552436252761731407e0678930
Date: 2008-02-07 05:31:57
User: stephan
Comment:added missing #include
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/tokenize_path.c from [c92ed57e57] to [97098936a5].

@@ -1,7 +1,8 @@
 #include <string.h>
 #include <stdlib.h>
+#include "tokenize_path.h"
 
 /**
 tokenize_path_free() is the only publically-defined way to deallocate
 a string array created by tokenize_path().  It must be called exactly
 once for each return value from tokenize_path(). Failing to call it