added stdlibs for size_t

This commit is contained in:
smea 2014-08-26 23:12:33 -07:00
parent 45c7f027d8
commit 9e78466af8

View File

@ -5,7 +5,7 @@
#ifndef TYPES_H #ifndef TYPES_H
#define TYPES_H #define TYPES_H
#include <stdlib.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>