*** fdate.c.orig	Sat May 22 13:49:15 1999
--- fdate.c	Sat May 22 13:49:45 1999
***************
*** 16,22 ****
       June 21, 1995, Istvan Cserny (cserny@atomki.hu)
  */
  
! #include "f2c.h" 
  #include <time.h>
  #include <string.h>
  
--- 16,26 ----
       June 21, 1995, Istvan Cserny (cserny@atomki.hu)
  */
  
! #ifdef HAVE_G2C
! #include <g2c.h>
! #else
! #include <f2c.h>
! #endif
  #include <time.h>
  #include <string.h>
  
