diff options
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r-- | src/r128_driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c index c4fc27d0..f911d201 100644 --- a/src/r128_driver.c +++ b/src/r128_driver.c @@ -63,6 +63,8 @@ * Dualhead support - Alex Deucher <agd5f@yahoo.com> */ +#include <string.h> +#include <stdio.h> /* Driver data structures */ #include "r128.h" |