From 524d92b497e525bb7bc0929385e722a0c4157890 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Thu, 31 Mar 2016 16:38:29 -0400 Subject: [PATCH] Windows: opr_softsig.h Make the opr softsig header file available in the windows builds so it can be included unconditionally in the code base. Change-Id: I19a75ce060e20b525d83ec5bed42d3168362d852 Reviewed-on: https://gerrit.openafs.org/12237 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/opr/NTMakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opr/NTMakefile b/src/opr/NTMakefile index 127c407..d2866e0 100644 --- a/src/opr/NTMakefile +++ b/src/opr/NTMakefile @@ -23,6 +23,7 @@ INCFILES = \ $(DESTDIR)\include\opr\time.h \ $(DESTDIR)\include\opr\lock.h \ $(DESTDIR)\include\opr\lockstub.h \ + $(DESTDIR)\include\opr\softsig.h \ $(DESTDIR)\include\opr\uuid.h $(DESTDIR)\include\opr\time.h: opr_time.h -- 1.9.4