diff options
author | Marek Olšák <[email protected]> | 2018-04-08 13:13:08 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-12 19:31:30 -0400 |
commit | 43d66c8c2d4d3d4dee1309856b6ce6c5393682e5 (patch) | |
tree | 1d2ffdca4a8cf765e8db3c71e491df6611c45556 /src/util/xmlconfig.h | |
parent | 57f4268da49ce6969e597fe3441d6a9cd8bac562 (diff) |
mesa: include mtypes.h less
- remove mtypes.h from most header files
- add main/menums.h for often used definitions
- remove main/core.h
v2: fix radv build
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/util/xmlconfig.h')
-rw-r--r-- | src/util/xmlconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/xmlconfig.h b/src/util/xmlconfig.h index 77aa14c20e0..f7683a650e0 100644 --- a/src/util/xmlconfig.h +++ b/src/util/xmlconfig.h @@ -32,6 +32,7 @@ #include "util/mesa-sha1.h" #include "util/ralloc.h" +#include <string.h> #define STRING_CONF_MAXLEN 25 |