Signed-off-by: Mikhail Gusarov <[email protected]> --- include/misc.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/misc.h b/include/misc.h index 62d813e..7eea722 100644 --- a/include/misc.h +++ b/include/misc.h @@ -108,7 +108,8 @@ typedef struct _CallbackList *CallbackListPtr; /* also in dix.h */ typedef struct _xReq *xReqPtr; #include "os.h" /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */ -#include <X11/Xfuncs.h> /* for bcopy, bzero, and bcmp */ + +#include <string.h> #define NullBox ((BoxPtr)0) #define MILLI_PER_MIN (1000 * 60) -- 1.7.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
