diff options
Diffstat (limited to 'hw/xfree86/i2c/msp3430.c')
-rw-r--r-- | hw/xfree86/i2c/msp3430.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/msp3430.c b/hw/xfree86/i2c/msp3430.c index 91019fc8f..42f100e7c 100644 --- a/hw/xfree86/i2c/msp3430.c +++ b/hw/xfree86/i2c/msp3430.c @@ -2,6 +2,9 @@ #include <xorg-config.h> #endif +#include <string.h> +#include <unistd.h> + #include "xf86.h" #include "xf86i2c.h" #include "msp3430.h" |