diff options
Diffstat (limited to 'hw/xfree86/i2c/bt829.c')
-rw-r--r-- | hw/xfree86/i2c/bt829.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/bt829.c b/hw/xfree86/i2c/bt829.c index c9d144317..3963ecf47 100644 --- a/hw/xfree86/i2c/bt829.c +++ b/hw/xfree86/i2c/bt829.c @@ -4,6 +4,10 @@ #include <xorg-config.h> #endif +#include <stdlib.h> +#include <string.h> +#include <stdio.h> + #include "xf86.h" #include "xf86i2c.h" #include "bt829.h" |