blob: cb41bedf4a322914250c5d9d1b8a782c276c4a8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/test/pcapnav-test1.c
+++ b/test/pcapnav-test1.c
@@ -1,6 +1,7 @@
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h> /* ctime() */
#include <pcapnav.h>
--- a/test/pcapnav-jump.c
+++ b/test/pcapnav-jump.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <pcapnav.h>
+#include <string.h> /* strcmp() */
int
main(int argc, char** argv)
|