diff options
author | Balint Reczey <balint.reczey@ericsson.com> | 2011-06-04 21:20:57 +0000 |
---|---|---|
committer | Balint Reczey <balint.reczey@ericsson.com> | 2011-06-04 21:20:57 +0000 |
commit | 311f9acfd5b610444e5545db929ae630789b7be6 (patch) | |
tree | 288c6a74a60c7922ee79c506c3c538252db894c2 /wiretap/ascend-int.h | |
parent | 7b75e667749ef166a0190f8ddb376ffec6c61d96 (diff) | |
download | wireshark-311f9acfd5b610444e5545db929ae630789b7be6.tar.gz wireshark-311f9acfd5b610444e5545db929ae630789b7be6.tar.bz2 wireshark-311f9acfd5b610444e5545db929ae630789b7be6.zip |
Fix wiretap headers to allow error-free ABI dumping.
svn path=/trunk/; revision=37543
Diffstat (limited to 'wiretap/ascend-int.h')
-rw-r--r-- | wiretap/ascend-int.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wiretap/ascend-int.h b/wiretap/ascend-int.h index f4a3509c8a..b323e905e2 100644 --- a/wiretap/ascend-int.h +++ b/wiretap/ascend-int.h @@ -26,6 +26,12 @@ #ifndef __ASCEND_INT_H__ #define __ASCEND_INT_H__ +#ifdef HAVE_SYS_TIME_H +#include <sys/time.h> +#endif + +#include <glib.h> + typedef struct { time_t start_time; time_t secs; |