mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
add missing include for overflow tests
This commit is contained in:
parent
c50d06bc6a
commit
8a500088c6
4 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../test_util.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../test_util.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../test_util.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../test_util.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue