diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c index aed65745..414a99c1 100644 --- a/cmd/wm/fs.c +++ b/cmd/wm/fs.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include diff --git a/config.mk b/config.mk index 089bffe6..2d870f75 100644 --- a/config.mk +++ b/config.mk @@ -20,7 +20,7 @@ LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\" -# Note: - under Solaris add -D__EXTENSIONS__ to CFLAGS +#LIBS += -lnsl -lsocket AR = ar cr CC = cc