missing headers
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Thu, 9 Feb 2023 09:30:18 +0000 (10:30 +0100)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Thu, 9 Feb 2023 09:30:18 +0000 (10:30 +0100)
alloc.c
program.c

diff --git a/alloc.c b/alloc.c
index 888f23be5c1696f2a35319a3ee0a54a0a73a04fe..8781ee5f87e03f3dd9f87ce10874b0701e6dfdc2 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,4 +1,5 @@
 #include <malloc.h>
+#include <stdio.h>
 #include <stdlib.h>
 
 #include "debug.h"
index 3c94986fbbc7c1f7f2b2a9dac321c3a5db476ec2..c5b8231929394303669b5cab32b27b3b75830897 100644 (file)
--- a/program.c
+++ b/program.c
@@ -1,4 +1,5 @@
 #include <malloc.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "alloc.h"