Add missing stdint.h header

This commit is contained in:
Joris Vink 2014-07-22 09:53:44 +02:00
parent 341a111a2f
commit fbfabf6f04
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/param.h>
#include <stdlib.h>
#include <stdint.h>
#include "kore.h"