* Got some more parsing in there
[citadel.git] / citadel / parsedate.y
index 5663c6d21fe285aa5573389fb64a13fc6aa82831..f703ef47be25cccd3ef7e692c28c8e36910a5b05 100644 (file)
@@ -22,6 +22,7 @@
 #include <sys/types.h>
 #include <ctype.h>
 #include <time.h>
+#include "parsedate.h"
 
 int date_lex(void);
 
@@ -437,8 +438,7 @@ static TABLE        TimezoneTable[] = {
 
 /* ARGSUSED */
 static void
-date_error(s)
-    char       *s;
+date_error(char *s)
 {
     /* NOTREACHED */
 }