Index: trunk/BNC/RTCM3/rtcm3torinex.cpp
===================================================================
--- trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 96)
+++ trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 99)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.cpp,v 1.5 2006/09/01 07:36:54 mervart Exp $
+  $Id: rtcm3torinex.cpp,v 1.6 2006/09/02 12:23:05 mervart Exp $
 
   Program written bei
@@ -43,5 +43,8 @@
 #endif
 
+#ifndef sparc
 #include <stdint.h>
+#endif
+
 #include <ctype.h>
 #include <errno.h>
@@ -55,6 +58,4 @@
 #include <unistd.h>
 
-
-
 /* The string, which is send as agent in HTTP request */
 #define AGENTSTRING "NTRIP NtripRTCM3ToRINEX"
@@ -65,6 +66,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.5 $";
-static char datestr[]     = "$Date: 2006/09/01 07:36:54 $";
+static char revisionstr[] = "$Revision: 1.6 $";
+static char datestr[]     = "$Date: 2006/09/02 12:23:05 $";
 static int stop = 0;
 
