From 5865a5ae7bcca7767ea7c8ed4d5e618627b6fe35 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sun, 5 Jul 2015 11:28:29 -0600 Subject: loader: Save app allocation callbacks Add host memory allocation functions that the loader can use. Add comments of where these allocation calls should go. Need to plumb the instance pointer to some functions to support this. --- loader/debug_report.c | 1 + 1 file changed, 1 insertion(+) (limited to 'loader/debug_report.c') diff --git a/loader/debug_report.c b/loader/debug_report.c index 2ad0782e..89340e6b 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -26,6 +26,7 @@ * Courtney Goeltzenleuchter */ +#define _GNU_SOURCE #include #include #include -- cgit v1.2.3