Include <time.h> to get "struct tm" declared.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Oct 1999 17:07:08 +0000 (17:07 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 27 Oct 1999 17:07:08 +0000 (17:07 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@936 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/ascend-grammar.y

index ceb034b8f8da445c65d38805c858f23ba4e4c7f9..b4ec77001aaaa55af18c8e6843326957f1183cec 100644 (file)
@@ -1,6 +1,6 @@
 /* ascend-grammar.y
  *
- * $Id: ascend-grammar.y,v 1.6 1999/10/08 07:41:32 guy Exp $
+ * $Id: ascend-grammar.y,v 1.7 1999/10/27 17:07:08 guy Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -52,6 +52,7 @@ WD_DIALOUT_DISP: chunk 2515EE type IP.
  
 #include <stdio.h>
 #include <stdlib.h>
+#include <time.h>
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"