[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

@@ -3,6 +3,7 @@
#define ADDRESS_EXPANSION_RULE_H
#include <stdlib.h>
#include <stdint.h>
#include "constants.h"
#include "gazetteers.h"