diff --git a/src/util/NTMakefile b/src/util/NTMakefile index ca53965ab3..edbb013575 100644 --- a/src/util/NTMakefile +++ b/src/util/NTMakefile @@ -26,8 +26,7 @@ INCFILES =\ $(INCFILEDIR)\ktime.h \ $(INCFILEDIR)\fileutil.h \ $(INCFILEDIR)\afsutil_prototypes.h \ - $(INCFILEDIR)\secutil_nt.h \ - $(INCFILEDIR)\softsig.h + $(INCFILEDIR)\secutil_nt.h $(DESTDIR)\include\dirent.h: dirent_nt.h $(COPY) $** $@ diff --git a/src/viced/viced.c b/src/viced/viced.c index f8e1c8d2d7..d4db153f6d 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -69,11 +69,11 @@ #include #ifndef AFS_NT40_ENV # include +# include #endif #include "viced_prototypes.h" #include "viced.h" #include "host.h" -#include #if defined(AFS_SGI_ENV) # include "sys/schedctl.h" # include "sys/lock.h"