Index: trunk/BNS/RTCM/clock_orbit_rtcm.c
===================================================================
--- trunk/BNS/RTCM/clock_orbit_rtcm.c	(revision 2013)
+++ trunk/BNS/RTCM/clock_orbit_rtcm.c	(revision 2019)
@@ -3,5 +3,5 @@
         Name:           clock_orbit_rtcm.c
         Project:        RTCM3
-        Version:        $Id: clock_orbit_rtcm.c,v 1.15 2009/07/06 05:42:44 mervart Exp $
+        Version:        $Id: clock_orbit_rtcm.c,v 1.16 2009/07/06 06:50:22 mervart Exp $
         Authors:        Dirk Stöcker
         Description:    state space approach for RTCM3
@@ -10,5 +10,10 @@
 #include <stdio.h>
 #include <string.h>
+#include <sys/types.h>
+
+#ifndef sparc
 #include <stdint.h>
+#endif
+
 #include "clock_orbit_rtcm.h"
 
