summaryrefslogtreecommitdiff
path: root/src/atii2c.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:45 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:45 +0000
commitd715561d28d82591adf5c7504068c1818eb2245c (patch)
tree46b25020e4174f252e153f8e7855fb8ef8b5a1f9 /src/atii2c.c
parent5b37b695019b7a4522a96a63f1f6b035160e6a25 (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/atii2c.c')
-rw-r--r--src/atii2c.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/atii2c.c b/src/atii2c.c
index b884e59..cb7bc04 100644
--- a/src/atii2c.c
+++ b/src/atii2c.c
@@ -1,6 +1,6 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atii2c.c,v 1.2 2003/08/29 21:07:57 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atii2c.c,v 1.3 2003/11/10 18:41:20 tsi Exp $ */
/*
- * Copyright 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 2003 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -21,6 +21,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "atiadapter.h"
#include "atii2c.h"
#include "atiload.h"
@@ -113,7 +117,7 @@
/*
- * ATII2CAddress --
+ * ATII2CAddress --
*
* This function puts a Start bit and an 8-bit address on the I2C bus.
*/