fix header includes

This commit is contained in:
c9s 2014-05-21 14:59:07 +08:00
parent b1939e287d
commit de5a308002
3 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include "r3.h"
#include "r3_str.h"
#include "str_array.h"
#include "zmalloc.h"
edge * r3_edge_create(char * pattern, int pattern_len, node * child) {
edge * e = (edge*) zmalloc( sizeof(edge) );

View file

@ -438,3 +438,5 @@
1400607695,13583203.56
1400607698,13630627.45
1400607700,13972490.11
1400655532,6648299.49
1400655542,6685928.45

1 1400242718 5649455.80
438 1400607695 13583203.56
439 1400607698 13630627.45
440 1400607700 13972490.11
441 1400655532 6648299.49
442 1400655542 6685928.45

View file

@ -5,6 +5,7 @@
#include "r3.h"
#include "r3_str.h"
#include "str_array.h"
#include "zmalloc.h"
#include "bench.h"