diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:51 +0000 |
commit | ac920dae7c22ed3956e4f31a0d3baf1909762b76 (patch) | |
tree | 2e86b38c9e90be702f73e104f12aaa851491b8dd /src/i810_io.c | |
parent | f90f661652e5fe0986eb804f8dff3eeffe0af820 (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/i810_io.c')
-rw-r--r-- | src/i810_io.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i810_io.c b/src/i810_io.c index de947dde..8d097f21 100644 --- a/src/i810_io.c +++ b/src/i810_io.c @@ -24,7 +24,11 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_io.c,v 1.5 2002/09/11 00:29:32 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_io.c,v 1.4 2002/01/25 21:56:04 tsi Exp $ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* * Reformatted with GNU indent (2.2.8), using the following options: |