Include stdint.h in test

This commit is contained in:
Peter Limkilde Svendsen
2019-02-02 16:51:38 +01:00
parent 8b7453edf2
commit 7aa0fbdf93
+1
View File
@@ -1,6 +1,7 @@
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h> /* for SIZE_MAX */
int main(int argc, char ** argv) {
char * ptr = (char *)malloc(256);