Fix GCC build

This commit is contained in:
Stas Degteff 2006-04-27 09:22:18 +00:00
parent f2ece5007e
commit a4284831c6
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,6 @@ gefile cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
gefind cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun gefind cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
geglob cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun geglob cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
gehdre cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun gehdre cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
gehdrs cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
geinit cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun geinit cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
geline cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun geline cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun
gelmsg cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun gelmsg cpp all ovl bcd bco bcx djg emx lnx rsx wcn wco wcx cyg be sun

View File

@ -49,6 +49,8 @@
#include <time.h> #include <time.h>
#endif #endif
#include "gstrall.h"
// ------------------------------------------------------------------ // ------------------------------------------------------------------
typedef long Clock; typedef long Clock;