diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:54:44 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:54:44 +0000 |
commit | 7ea6ca71ac6825b9a28510f23c35d8b480752c41 (patch) | |
tree | 2abdedf481071ac7ec7d8d2da90e3e69145ca227 | |
parent | f431cd8bc5d7fb3a385609c9ac99deabb79ab023 (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902xf86-012804-2330
-rw-r--r-- | src/encparse.c | 6 | ||||
-rw-r--r-- | src/fontenc.c | 6 |
2 files changed, 10 insertions, 2 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" diff --git a/src/fontenc.c b/src/fontenc.c index 247cc0a..7e81553 100644 --- a/src/fontenc.c +++ b/src/fontenc.c @@ -20,12 +20,16 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/lib/font/fontfile/fontenc.c,v 1.15 2003/02/20 03:25:19 dawes Exp $ */ +/* $XFree86: xc/lib/font/fontfile/fontenc.c,v 1.16 2003/12/19 02:05:38 dawes Exp $ */ /* Backend-independent encoding code */ #include <string.h> +#ifdef SCO325 +#include <strings.h> +#endif + #ifndef FONTENC_NO_LIBFONT #include "fontmisc.h" /* defines xalloc and friends */ |