summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/list.h1
-rw-r--r--src/util/mesa-sha1.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/util/list.h b/src/util/list.h
index 07eb9f3e6a..6edb750110 100644
--- a/src/util/list.h
+++ b/src/util/list.h
@@ -41,6 +41,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <assert.h>
+#include "c99_compat.h"
struct list_head
diff --git a/src/util/mesa-sha1.h b/src/util/mesa-sha1.h
index d3f7affece..bde50ba1eb 100644
--- a/src/util/mesa-sha1.h
+++ b/src/util/mesa-sha1.h
@@ -24,6 +24,7 @@
#define MESA_SHA1_H
#include <stdlib.h>
+#include "c99_compat.h"
#include "sha1/sha1.h"
#ifdef __cplusplus