diff --git a/ChangeLog b/ChangeLog index b0d62f4f1..040cb2847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-02-11 Alan Coopersmith + + * cfb/cfbfillarc.c: + * cfb/cfbzerarc.c: + * hw/xfree86/xaa/xaaFillArc.c: + * hw/xfree86/exa/exa_offscreen.c: + * mfb/mfbfillarc.c: + * mfb/mfbzerarc.c: + -> so we can compile on non-BSD OS'es + 2006-02-10 Eric Anholt * GL/glx/Makefile.am: diff --git a/cfb/cfbfillarc.c b/cfb/cfbfillarc.c index 797e9ea78..a02f40e14 100644 --- a/cfb/cfbfillarc.c +++ b/cfb/cfbfillarc.c @@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group. #include #endif -#include +#include #include #include diff --git a/cfb/cfbzerarc.c b/cfb/cfbzerarc.c index 0d88bfd5a..27b82e42e 100644 --- a/cfb/cfbzerarc.c +++ b/cfb/cfbzerarc.c @@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group. #include #endif -#include +#include #include #include diff --git a/exa/exa_offscreen.c b/exa/exa_offscreen.c index c3a2af642..b128504f2 100644 --- a/exa/exa_offscreen.c +++ b/exa/exa_offscreen.c @@ -22,7 +22,7 @@ #include "exa_priv.h" -#include +#include #include #include diff --git a/hw/xfree86/exa/exa_offscreen.c b/hw/xfree86/exa/exa_offscreen.c index c3a2af642..b128504f2 100644 --- a/hw/xfree86/exa/exa_offscreen.c +++ b/hw/xfree86/exa/exa_offscreen.c @@ -22,7 +22,7 @@ #include "exa_priv.h" -#include +#include #include #include diff --git a/hw/xfree86/xaa/xaaFillArc.c b/hw/xfree86/xaa/xaaFillArc.c index 6d4a5dccf..d8e2739c6 100644 --- a/hw/xfree86/xaa/xaaFillArc.c +++ b/hw/xfree86/xaa/xaaFillArc.c @@ -38,7 +38,7 @@ #include #endif -#include +#include #include "misc.h" #include "xf86.h" diff --git a/mfb/mfbfillarc.c b/mfb/mfbfillarc.c index 8856eb0ae..ffa948fe1 100644 --- a/mfb/mfbfillarc.c +++ b/mfb/mfbfillarc.c @@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group. #include #endif -#include +#include #include #include diff --git a/mfb/mfbzerarc.c b/mfb/mfbzerarc.c index cc45ee2d4..9fd4c07a2 100644 --- a/mfb/mfbzerarc.c +++ b/mfb/mfbzerarc.c @@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group. #include #endif -#include +#include #include #include