From 354aaa316b14e620db9481b4cc7ff93b56c7f292 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 16 Mar 2009 17:52:48 +0000 Subject: [PATCH] DEVEL15-rxstat-include-path-20090316 LICENSE IPL10 do something sensible with rxstat prototypes header (cherry picked from commit 0e89bfb934863e6ab852b24422fa2c8f8c328120) --- src/bozo/bosserver.c | 2 +- src/rxstat/NTMakefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bozo/bosserver.c b/src/bozo/bosserver.c index ba68dc69e..1215ceabe 100644 --- a/src/bozo/bosserver.c +++ b/src/bozo/bosserver.c @@ -41,7 +41,7 @@ RCSID #include "bosprototypes.h" #include #include -#include +#include #include #include #include diff --git a/src/rxstat/NTMakefile b/src/rxstat/NTMakefile index d16a05a88..654dab08b 100644 --- a/src/rxstat/NTMakefile +++ b/src/rxstat/NTMakefile @@ -46,6 +46,7 @@ rxstat.h: rxstat.xg copyheader: rxstat.h $(COPY) rxstat.h $(INCFILEDIR)\rx\rxstat.h + $(COPY) rxstat_prototypes.h $(INCFILEDIR)\rx\rxstat_prototypes.h install: copyheader $(LIBFILE) $(INCFILES) -- 2.39.5