diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:44:20 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:44:20 +0000 |
commit | e6588f26e12bb737551b9448911c31129978ea85 (patch) | |
tree | bf8d45471855df1cb9c63005002198360a48ebc1 /src/cir.h | |
parent | 9ca7e7fcfc53ae9054661219aa366409089c3f8d (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
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)) |