diff options
Diffstat (limited to 'src/fontenc.c')
-rw-r--r-- | src/fontenc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fontenc.c b/src/fontenc.c index 247cc0a..0bf69e2 100644 --- a/src/fontenc.c +++ b/src/fontenc.c @@ -20,12 +20,17 @@ 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 $ */ +/* $XdotOrg: xc/lib/font/fontfile/fontenc.c,v 1.16 2003/12/19 02:05:38 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 */ |