Changeset 2019 in ntrip for trunk/BNS


Ignore:
Timestamp:
Nov 25, 2009, 4:09:49 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/RTCM/clock_orbit_rtcm.c

    r1865 r2019  
    33        Name:           clock_orbit_rtcm.c
    44        Project:        RTCM3
    5         Version:        $Id: clock_orbit_rtcm.c,v 1.15 2009/07/06 05:42:44 mervart Exp $
     5        Version:        $Id: clock_orbit_rtcm.c,v 1.16 2009/07/06 06:50:22 mervart Exp $
    66        Authors:        Dirk Stöcker
    77        Description:    state space approach for RTCM3
     
    1010#include <stdio.h>
    1111#include <string.h>
     12#include <sys/types.h>
     13
     14#ifndef sparc
    1215#include <stdint.h>
     16#endif
     17
    1318#include "clock_orbit_rtcm.h"
    1419
Note: See TracChangeset for help on using the changeset viewer.