From 0bf9d41da29a269556180b3107b3f439f1a9ecf1 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 17 Jan 2011 22:15:31 +0100 Subject: build-sys: check for paths.h paths.h doesn't exist on Solaris Signed-off-by: Fabian Groffen --- include/pathnames.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pathnames.h') diff --git a/include/pathnames.h b/include/pathnames.h index ab21bd785..4faca1fc4 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -6,7 +6,9 @@ #ifndef PATHNAMES_H #define PATHNAMES_H +#ifdef HAVE_PATHS_H #include +#endif #ifndef __STDC__ # error "we need an ANSI compiler" -- cgit v1.2.3-55-g7522