On 02/ 9/13 08:41 PM, Jeremy Huddleston Sequoia wrote: > Signed-off-by: Jeremy Huddleston Sequoia <[email protected]> > --- > os/strndup.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/os/strndup.c b/os/strndup.c > index b604b9b..e0eddf1 100644 > --- a/os/strndup.c > +++ b/os/strndup.c > @@ -27,6 +27,10 @@ > * SUCH DAMAGE. > */ > > +#ifdef HAVE_DIX_CONFIG_H > +#include <dix-config.h> > +#endif > + > #include <stddef.h> > #include <stdlib.h> > #include <string.h>
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
