trace: Add missing p_compiler.h include.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 12 Jun 2015 11:13:41 +0000 (12:13 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 12 Jun 2015 11:14:11 +0000 (12:14 +0100)
For boolean.

Trivial.

src/gallium/drivers/trace/tr_public.h

index aee4937..b03133f 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef TR_PUBLIC_H
 #define TR_PUBLIC_H
 
+#include "pipe/p_compiler.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif