Kaydet (Commit) 5da3337c authored tarafından Martin Hollmichel's avatar Martin Hollmichel

readded include stdlib.h, because of missing NULL definition in many headers, #100000, #101685

üst 7c641212
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* *
* $RCSfile: config.h,v $ * $RCSfile: config.h,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* last change: $Author: mh $ $Date: 2002-04-09 17:56:55 $ * last change: $Author: mh $ $Date: 2002-08-12 09:54:37 $
* *
* 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
...@@ -69,6 +69,7 @@ extern "C" { ...@@ -69,6 +69,7 @@ extern "C" {
} }
#endif #endif
#include <stdlib.h>
#ifdef WIN32 #ifdef WIN32
#define SAL_W32 #define SAL_W32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment