[fix] includes

This commit is contained in:
Al
2015-08-07 01:00:26 -04:00
parent f246c2ee95
commit d7ebcd046e
8 changed files with 13 additions and 6 deletions

View File

@@ -5,6 +5,9 @@
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "trie.h"
#include "collections.h"