Use string.h instead of strings.h . Fixing hpux 10.20 bustage

This commit is contained in:
cls%seawood.org 2001-06-20 06:35:57 +00:00
Родитель 7609a31256
Коммит c2ae0a1f4d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <strings.h>
#include <string.h> /* for strerror & memset& memset */
#include "xlibrgb.h"
#include "nsXPrintContext.h"
#include "nsDeviceContextXP.h"