+2005-08-15 Sebastian Reitenbach <reitenbach@rapideye.de>
+
+ * WOWatchDogApplicationMain.m: include <unistd.h> instead of
+ <sys/unistd.h>, fixes warnings on BSD and works with Linux too
+ (v4.5.244)
+
2006-08-15 Helge Hess <helge.hess@opengroupware.org>
* WEClientCapabilities.m: properly mark Safari as a JavaScript capable
# version file
-SUBMINOR_VERSION:=243
+SUBMINOR_VERSION:=244
# v4.5.234 requires libDOM v4.5.21
# v4.5.214 requires libNGExtensions v4.5.179
#else
-#ifdef __APPLE__
-# include <unistd.h>
-#endif
#include <sys/wait.h>
#include <sys/types.h>
-#include <sys/unistd.h>
+#include <unistd.h>
#include <time.h>
#include <string.h>