Xext: include dix-config.h

silences
In file included from ../include/misc.h:111:0, from hashtable.c:2:
./include/os.h:559:1: warning: redundant redeclaration of 'strndup' [-Wredundant-decls]

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Peter Hutterer 2012-05-24 13:34:11 +10:00
parent d348ab06aa
commit 594b4a4f06

View File

@ -1,3 +1,7 @@
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <stdlib.h> #include <stdlib.h>
#include "misc.h" #include "misc.h"
#include "hashtable.h" #include "hashtable.h"