projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef85a0
)
util/xmlconfig: include strndup.h for windows
author
Dylan Baker
<dylan@pnwbakers.com>
Thu, 17 May 2018 18:33:35 +0000
(11:33 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000
(16:33 -0700)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
src/util/xmlconfig.c
patch
|
blob
|
history
diff --git
a/src/util/xmlconfig.c
b/src/util/xmlconfig.c
index 64363522d2f55f8f6a5017edfcf42b8b3154fff6..27db6c2ec10d016e698731b660a379914148a4dc 100644
(file)
--- a/
src/util/xmlconfig.c
+++ b/
src/util/xmlconfig.c
@@
-43,6
+43,7
@@
#include <dirent.h>
#include <fnmatch.h>
#include <regex.h>
+#include "strndup.h"
#include "xmlconfig.h"
#include "u_process.h"