diff options
Diffstat (limited to 'src/cir.h')
-rw-r--r-- | src/cir.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir.h,v 1.21 2002/01/25 21:56:01 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir.h,v 1.20 2002/01/04 21:26:54 tsi Exp $ */ /* (c) Itai Nahshon */ @@ -8,6 +8,8 @@ #include "xf86Cursor.h" #include "xaa.h" #include "xf86i2c.h" +#include <string.h> +#include <stdlib.h> /* Card-specific driver information */ #define CIRPTR(p) ((CirPtr)((p)->driverPrivate)) |