diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2010-10-29 10:47:23 +0200 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-12-21 11:30:49 +0800 |
commit | 8170d0bf15e6552cfff524759fc254c6534610cf (patch) | |
tree | 548a99cf1479010234cbb4d61357986448740f3d /va/x11/va_x11.c | |
parent | 68c5f603d868707488184146801b0d87782f0161 (diff) |
Add sysdeps.h for system-dependent definitions. e.g. Android.
Diffstat (limited to 'va/x11/va_x11.c')
-rw-r--r-- | va/x11/va_x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/va/x11/va_x11.c b/va/x11/va_x11.c index 70cea30..93eb243 100644 --- a/va/x11/va_x11.c +++ b/va/x11/va_x11.c @@ -23,7 +23,7 @@ */ #define _GNU_SOURCE 1 -#include "config.h" +#include "sysdeps.h" #include "va.h" #include "va_backend.h" #include "va_x11.h" |