[PATCH 1/3] Include <stdlib.h> for malloc() and free()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/simtrace@lists.osmocom.org/.

Peter Stuge peter at stuge.se
Sat Aug 13 19:15:02 UTC 2011


---
 host/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/host/main.c b/host/main.c
index a1e5600..1823857 100644
--- a/host/main.c
+++ b/host/main.c
@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
 #include <time.h>
-- 
1.7.4.1.343.ga91df.dirty





More information about the simtrace mailing list