From 4e9562fd62acf478974fc7e0627381f93101083e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 11 Sep 2015 11:35:33 +0300 Subject: Further zOS updates: Wrap C compiler. --- regcomp.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'regcomp.c') diff --git a/regcomp.c b/regcomp.c index fd3ab84a..80dcb0ce 100644 --- a/regcomp.c +++ b/regcomp.c @@ -21,6 +21,10 @@ #include #endif +#ifdef HAVE_STRINGS_H +#include +#endif + #ifdef _LIBC # include #endif @@ -211,10 +215,7 @@ const size_t __re_error_msgid_idx[] attribute_hidden = /* Entry points for GNU code. */ -#ifdef ZOS_USS - -/* For ZOS USS we must define btowc */ - +#ifndef HAVE_BTOWC wchar_t btowc (int c) { -- cgit v1.2.3