diff options
Diffstat (limited to 'src/smi.h')
-rw-r--r-- | src/smi.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,9 +31,11 @@ authorization from the XFree86 Project and Silicon Motion. #ifndef _SMI_H #define _SMI_H +#include <string.h> +#include <stdio.h> + #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86PciInfo.h" #include "xf86Pci.h" #include "xf86Cursor.h" |