Patch for bug 223097 was missing an include that caused windows to not be able to compile schema validation. not part of default build

git-svn-id: svn://10.0.0.236/trunk@175166 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
doronr%us.ibm.com
2005-06-27 14:12:51 +00:00
parent 467bbbb7c2
commit 2f0b7efc80

View File

@@ -50,6 +50,7 @@
#include <stdlib.h>
#include <math.h>
#include <errno.h>
#include <limits.h>
#include "prlog.h"
#include "prprf.h"
#include "prtime.h"