diff options
Diffstat (limited to 'src/encparse.c')
-rw-r--r-- | src/encparse.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/encparse.c b/src/encparse.c index 4c9c31b..c304856 100644 --- a/src/encparse.c +++ b/src/encparse.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/lib/font/fontfile/encparse.c,v 1.18 2001/11/02 03:06:40 dawes Exp $ */ +/* $XFree86: xc/lib/font/fontfile/encparse.c,v 1.19 2003/12/19 02:05:38 dawes Exp $ */ /* Parser for encoding files */ @@ -32,6 +32,10 @@ THE SOFTWARE. #include <string.h> #include <stdio.h> +#ifdef SCO325 +#include <strings.h> +#endif + #ifndef FONTENC_NO_LIBFONT #include "fntfilio.h" |