From 5dcb4152dca6ac1fe9342f44eb48c0198b15772e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 22 Mar 2006 22:30:14 +0000 Subject: Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc symbols directly. The xf86* versions aren't supposed to be used directly. Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. --- src/atidri.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/atidri.c') diff --git a/src/atidri.c b/src/atidri.c index 21566030..b6116329 100644 --- a/src/atidri.c +++ b/src/atidri.c @@ -31,6 +31,9 @@ * Leif Delgass */ +#include +#include + /* Driver data structures */ #include "ati.h" #include "atibus.h" -- cgit v1.2.3