From 4f2686b7969078f76eaa535872013a0934c2f096 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 3 Mar 2014 10:05:00 +0100 Subject: va: include header. Always include header by default as we are using standard fixed-size integral types from now on. Signed-off-by: Gwenole Beauchesne --- va/va.h | 1 + 1 file changed, 1 insertion(+) diff --git a/va/va.h b/va/va.h index 8057912..3b1ac32 100644 --- a/va/va.h +++ b/va/va.h @@ -78,6 +78,7 @@ #ifndef _VA_H_ #define _VA_H_ +#include #include #ifdef __cplusplus -- cgit v1.2.1