[fix] Adding stdint.h include to most of the header files for portability

This commit is contained in:
Al
2015-08-07 02:43:27 -04:00
parent 0738a57caa
commit 359a1efb03
20 changed files with 24 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
#ifndef TOKENS_H
#define TOKENS_H
@@ -8,6 +6,7 @@ extern "C" {
#endif
#include <stdlib.h>
#include <stdint.h>
#include "klib/khash.h"
#include "collections.h"