mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
ddebug: Fix use of alloca() without #include "c99_alloca.h"
Fixes: 6fe6c18c12 ("util: add/use new os_mkdir() function")
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41389>
This commit is contained in:
parent
0d39d4e99e
commit
2b9e491b67
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include "util/os_time.h"
|
||||
#include <inttypes.h>
|
||||
#include "util/detect.h"
|
||||
#include "c99_alloca.h"
|
||||
|
||||
void
|
||||
dd_get_debug_filename_and_mkdir(char *buf, size_t buflen, bool verbose)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue