token.c include r3_str.h for my_strdup & my_strndup

This commit is contained in:
Cindy Wang (CindyLinz) 2014-05-17 01:02:14 +08:00
parent df4dbbe2a6
commit 823ed29161

View file

@ -9,6 +9,7 @@
#include <string.h>
#include <assert.h>
#include "str_array.h"
#include "r3_str.h"
str_array * str_array_create(int cap) {