From 3ac78b69bea87848bfcbffa45d234db316484b31 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 8 Oct 2011 12:47:40 +0000 Subject: Tweak Makefile and add config.h to -Tman to allow cross-compiling on Windows (via MingW). --- mdoc_man.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdoc_man.c') diff --git a/mdoc_man.c b/mdoc_man.c index 1fd97438..aa3ab74d 100644 --- a/mdoc_man.c +++ b/mdoc_man.c @@ -14,6 +14,10 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit