]> Chaos Git - corbenik/ctrulib.git/commitdiff
added stdlibs for size_t
authorsmea <smealum@gmail.com>
Wed, 27 Aug 2014 06:12:33 +0000 (23:12 -0700)
committersmea <smealum@gmail.com>
Wed, 27 Aug 2014 06:12:33 +0000 (23:12 -0700)
libctru/include/3ds/types.h

index 0b24698aec3cc30d5207dfe08836f980370c0130..5a9924e027698c6e4d1890795484d1180abcc0e1 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef TYPES_H
 #define TYPES_H
 
-
+#include <stdlib.h>
 #include <stdint.h>
 #include <stdbool.h>