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:
parent
7ce851fbc0
commit
cefdcb38fb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue