|
@@ -4,6 +4,12 @@
|
|
|
#include <unistd.h>
|
|
|
#include "raster3d_intern.h"
|
|
|
|
|
|
+#ifndef _GNU_H_WINDOWS32_SOCKETS
|
|
|
+typedef unsigned int u_int;
|
|
|
+typedef unsigned long u_long;
|
|
|
+typedef unsigned short u_short;
|
|
|
+#endif
|
|
|
+
|
|
|
/*---------------------------------------------------------------------------*/
|
|
|
|
|
|
int Rast3d_write_doubles(int fd, int useXdr, const double *i, int nofNum)
|