Irix and Irix64 need <string.h> included, just like Solaris and MacOS X

Contributed by the SGI OpenOffice Porting Team.
This commit is contained in:
Sander Vesik 2000-12-29 11:40:51 +00:00
parent 7ce851fbc0
commit cefdcb38fb

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: object.cxx,v $ * $RCSfile: object.cxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 15:18:16 $ * last change: $Author: svesik $ $Date: 2000-12-29 12:40:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -64,7 +64,7 @@
#include <windows.h> #include <windows.h>
#endif #endif
#if defined(SOLARIS) || defined(MACOS) #if defined(SOLARIS) || defined(MACOS) || defined(IRIX) || defined(IRIX64)
#include <string.h> #include <string.h>
#endif #endif