mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
util/xmlconfig: include strndup.h for windows
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
7ef85a0d92
commit
474d6f8e08
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <dirent.h>
|
||||
#include <fnmatch.h>
|
||||
#include <regex.h>
|
||||
#include "strndup.h"
|
||||
#include "xmlconfig.h"
|
||||
#include "u_process.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue