trace: Add missing p_compiler.h include.

For boolean.

Trivial.
This commit is contained in:
Jose Fonseca
2015-06-12 12:13:41 +01:00
parent 8d3c48eed2
commit 0dde821bcc
+2
View File
@@ -28,6 +28,8 @@
#ifndef TR_PUBLIC_H
#define TR_PUBLIC_H
#include "pipe/p_compiler.h"
#ifdef __cplusplus
extern "C" {
#endif