diff options
Diffstat (limited to 'xorg-server/os')
-rw-r--r-- | xorg-server/os/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \
|