r10680: changes for fedora 4
[ctsim.git] / include / timer.h
index b536a58f23928650f1c6eb0843689a118c9507a3..dd88d7bf4a7d5c4d8b7929ba9dfcfca1bf9b0a9b 100644 (file)
 #ifndef _TIMER_H
 #define _TIMER_H
 
+// pragma line required for Fedora 4 and wxWin 2.4.2 
+#if defined(__GNUG__) && !defined(__APPLE__)
+    #pragma interface "timer.h"
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"