From 81af63cfa557a99383bd61131645c52d83e198b9 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Tue, 27 May 2003 19:23:12 +0000
Subject: [PATCH] Added an #include for possible time syncing code.

---
 src/Network/native_fdm.hxx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Network/native_fdm.hxx b/src/Network/native_fdm.hxx
index adb78ecbf..7d55b3638 100644
--- a/src/Network/native_fdm.hxx
+++ b/src/Network/native_fdm.hxx
@@ -27,6 +27,8 @@
 
 #include <simgear/compiler.h>
 
+#include <simgear/timing/timestamp.hxx>
+
 #include <FDM/flight.hxx>
 
 #include "protocol.hxx"
@@ -37,6 +39,7 @@ class FGNativeFDM : public FGProtocol, public FGInterface {
 
     FGNetFDM buf;
     int length;
+    SGTimeStamp last_time;
 
 public: