summaryrefslogtreecommitdiff
path: root/src/fontenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontenc.c')
-rw-r--r--src/fontenc.c6
1 files changed, 5 insertions, 1 deletions
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 */