From c1296df0ebe19a8e90fb7d7f0135d7034f16a76d Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 25 Nov 2011 08:50:29 +0100 Subject: Solved missing compilation of strndup.c --- xorg-server/os/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xorg-server/os/makefile b/xorg-server/os/makefile index 1c638d4a1..b7fdc12b1 100644 --- a/xorg-server/os/makefile +++ b/xorg-server/os/makefile @@ -12,6 +12,7 @@ SECURERPC_SRCS = rpcauth.c XDMCP_SRCS = xdmcp.c STRLCAT_SRCS = strlcat.c strlcpy.c XORG_SRCS = log.c +STRNDUP_SRCS = strndup.c libos_la_SOURCES = \ WaitFor.c \ -- cgit v1.2.3