Include stdint.h in test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user