diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/register_allocate.c | 1 | ||||
-rw-r--r-- | src/util/xmlconfig.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/util/register_allocate.c b/src/util/register_allocate.c index de8978bb93e..500540bfdd9 100644 --- a/src/util/register_allocate.c +++ b/src/util/register_allocate.c @@ -75,7 +75,6 @@ #include "ralloc.h" #include "main/imports.h" #include "main/macros.h" -#include "main/mtypes.h" #include "util/bitset.h" #include "register_allocate.h" 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 |