diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-05 11:28:29 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-07 17:57:48 -0600 |
| commit | 5865a5ae7bcca7767ea7c8ed4d5e618627b6fe35 (patch) | |
| tree | 4ea85083b16c6855e5bb9e9fd6b6cbcc87334a53 /loader/debug_report.c | |
| parent | 061c3793c7dbb414e9866c64bed7498239303380 (diff) | |
| download | usermoji-5865a5ae7bcca7767ea7c8ed4d5e618627b6fe35.tar.xz | |
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.
Diffstat (limited to 'loader/debug_report.c')
| -rw-r--r-- | loader/debug_report.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <courtney@lunarg.com> */ +#define _GNU_SOURCE #include <stdio.h> #include <string.h> #include <stdlib.h> |
