From 1a40c4a79b79034d191496726a27af8b0805dba6 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Thu, 27 Apr 2006 18:10:37 -0700 Subject: Add the libcwrapper back, conditionalized on the server version. --- src/riva_include.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/riva_include.h') diff --git a/src/riva_include.h b/src/riva_include.h index 2f269df..675899b 100644 --- a/src/riva_include.h +++ b/src/riva_include.h @@ -3,12 +3,17 @@ #ifndef __RIVA_INCLUDE_H__ #define __RIVA_INCLUDE_H__ +#if !USE_LIBC_WRAPPER #include +#endif /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" +#if USE_LIBC_WRAPPER +#include "xf86_ansic.h" +#endif #include "compiler.h" /* Drivers for PCI hardware need this */ -- cgit v1.2.3