fix tinderbox bustage on solaris, patch from roland mainz, r=bzbarsky, sr=bienvenu 111574

This commit is contained in:
bienvenu%netscape.com 2001-11-23 19:17:05 +00:00
Родитель 7955afc3dd
Коммит 7761c64c96
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -82,12 +82,12 @@
// } %%%%% end platform defs peculiar to Mork %%%%%
#if defined(MORK_WIN) || defined(MORK_UNIX) || defined(MORK_MAC) || defined(MORK_BEOS)
#include "stdio.h"
#include "ctype.h"
#include "errno.h"
#include "string.h"
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#ifdef HAVE_MEMORY_H
#include "memory.h"
#include <memory.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h> /* for SEEK_SET, SEEK_END */