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
Родитель 657e21789a
Коммит 9777aa7e4e
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"