From a45f25ece30e4101ae77c90d2270d253ea9a82ec Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 20 Jan 2013 11:01:01 -0500 Subject: Rename the make.h file to makeint.h for internal use only. --- w32/pathstuff.c | 2 +- w32/subproc/w32err.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'w32') diff --git a/w32/pathstuff.c b/w32/pathstuff.c index a2532d0..5e0f52c 100644 --- a/w32/pathstuff.c +++ b/w32/pathstuff.c @@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "make.h" +#include "makeint.h" #include #include #include "pathstuff.h" diff --git a/w32/subproc/w32err.c b/w32/subproc/w32err.c index 1cb14d4..74b48ab 100644 --- a/w32/subproc/w32err.c +++ b/w32/subproc/w32err.c @@ -16,7 +16,7 @@ this program. If not, see . */ #include #include -#include "make.h" +#include "makeint.h" #include "w32err.h" /* -- cgit v1.2.3