diff options
author | Ivor Hewitt <ivor@ivor.org> | 2006-05-11 11:02:22 +0000 |
---|---|---|
committer | Ivor Hewitt <ivor@ivor.org> | 2006-05-11 11:02:22 +0000 |
commit | 03bbabab0b5689481559ed4b8d531818b6564834 (patch) | |
tree | 19f1694750b0963ca24c72eb313ea64a9517e7f2 /unichrome/via.h | |
parent | cd4bd6b41d743a9e5b941098bfa614303dbb505f (diff) |
Apply xv abi compatibility patch from morgoth
Diffstat (limited to 'unichrome/via.h')
-rw-r--r-- | unichrome/via.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unichrome/via.h b/unichrome/via.h index 4268842..a00b546 100644 --- a/unichrome/via.h +++ b/unichrome/via.h @@ -25,6 +25,12 @@ #ifndef _VIA_H_ #define _VIA_H_ 1 +#include <errno.h> +#include <string.h> +#include <stdio.h> +#include <math.h> +#include <assert.h> + /* Video status flag */ #define VIDEO_MPEG_INUSE 0x08000000 /*Video is used with MPEG */ |