diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 19:21:13 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 19:21:13 +0000 |
commit | 8bc544169adfed95b11062fe9816ecf31e35b014 (patch) | |
tree | 633ef8737b6d9a406454f8218321ba960a178e8f /src/mga_dri.c | |
parent | 07373669514b104a11fb1b4ed5214f3764c83a2f (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.4.0.mga-1_4_0
Diffstat (limited to 'src/mga_dri.c')
-rw-r--r-- | src/mga_dri.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index c235321..c675a63 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -34,7 +34,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Priv.h" #include "xf86PciInfo.h" @@ -47,8 +46,7 @@ #include "miline.h" - - +#include <errno.h> #include <inttypes.h> #include "mga_reg.h" |