aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-08-19 10:34:15 -0700
committerEric Anholt <[email protected]>2014-08-22 10:16:57 -0700
commitb0a1e401a93b7b13870b936bc667b3fc15dba6d5 (patch)
tree7b9fbc09c08b2e6b14cbdb2a5a367b756f8f5619 /src/gallium/drivers/vc4/vc4_context.h
parentd77f5603a5de26e66561ec003118bbfb1a07666b (diff)
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
There are a few tools I want to have always available, and fprintf() and abort() are among them.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h
index 641609b65e9..258852e2743 100644
--- a/src/gallium/drivers/vc4/vc4_context.h
+++ b/src/gallium/drivers/vc4/vc4_context.h
@@ -25,6 +25,8 @@
#ifndef VC4_CONTEXT_H
#define VC4_CONTEXT_H
+#include <stdio.h>
+
#include "pipe/p_context.h"
#include "pipe/p_state.h"
#include "util/u_slab.h"