]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_timer.c
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Time / fg_timer.c
index 06fc5afe553d5166fc77753c5db2b0cbc39ff596..db9d477e7f6f807988cd82ae2ffcd7f1744dfa95 100644 (file)
@@ -33,7 +33,7 @@
 #  include <sys/time.h>  /* for get/setitimer, gettimeofday, struct timeval */
 #endif /* USE_FTIME */
 
-#include "fg_timer.h"
+#include <Time/fg_timer.h>
 
 
 unsigned long int fgSimTime;
@@ -131,10 +131,14 @@ int fgGetTimeInterval( void ) {
 
 
 /* $Log$
-/* Revision 1.8  1998/01/19 18:40:39  curt
-/* Tons of little changes to clean up the code and to remove fatal errors
-/* when building with the c++ compiler.
+/* Revision 1.9  1998/01/19 19:27:21  curt
+/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+/* This should simplify things tremendously.
 /*
+ * Revision 1.8  1998/01/19 18:40:39  curt
+ * Tons of little changes to clean up the code and to remove fatal errors
+ * when building with the c++ compiler.
+ *
  * Revision 1.7  1997/12/30 13:06:58  curt
  * A couple lighting tweaks ...
  *