]> git.mxchange.org Git - flightgear.git/commitdiff
Sun portability hack.
authorcurt <curt>
Thu, 21 Jan 1999 20:14:18 +0000 (20:14 +0000)
committercurt <curt>
Thu, 21 Jan 1999 20:14:18 +0000 (20:14 +0000)
Time/event.cxx

index 5f4d204dc76dacf55ef6222a79a7f9a7ed6715ac..dfdccd4d4192647ea190ae108efa86721cf64f1f 100644 (file)
 
 #include "Include/compiler.h"
 
+#if defined ( sun )                                                   
+  extern "C" {                                               
+    extern void *memmove(void *, const void *, size_t);             
+  }                                        
+#endif
+
 #include STL_ALGORITHM
 #include STL_FUNCTIONAL
 
@@ -306,6 +312,9 @@ fgEVENT_MGR::~fgEVENT_MGR( void ) {
 
 
 // $Log$
+// Revision 1.16  1999/01/21 20:14:18  curt
+// Sun portability hack.
+//
 // Revision 1.15  1999/01/09 13:37:42  curt
 // Convert fgTIMESTAMP to FGTimeStamp which holds usec instead of ms.
 //