#100000# include system.h (needed for strlen).

This commit is contained in:
Rüdiger Timm 2002-12-09 12:38:34 +00:00
parent d748c92b7d
commit ebd6753152

View file

@ -2,9 +2,9 @@
*
* $RCSfile: file_url.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: tra $ $Date: 2002-12-06 08:33:13 $
* last change: $Author: rt $ $Date: 2002-12-09 13:38:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -59,6 +59,10 @@
*
************************************************************************/
#ifndef __OSL_SYSTEM_H__
#include "system.h"
#endif
#ifndef _LIMITS_H
#include <limits.h>
#endif