aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/can_set_rfmon_test.c2
-rw-r--r--tests/capturetest.c2
-rw-r--r--tests/filtertest.c2
-rw-r--r--tests/opentest.c2
-rw-r--r--tests/reactivatetest.c2
-rw-r--r--tests/selpolltest.c2
-rw-r--r--tests/threadsignaltest.c2
-rw-r--r--tests/valgrindtest.c2
8 files changed, 16 insertions, 0 deletions
diff --git a/tests/can_set_rfmon_test.c b/tests/can_set_rfmon_test.c
index 88661d63..ea4f0c40 100644
--- a/tests/can_set_rfmon_test.c
+++ b/tests/can_set_rfmon_test.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/capturetest.c b/tests/capturetest.c
index 1cebae01..573239f2 100644
--- a/tests/capturetest.c
+++ b/tests/capturetest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/filtertest.c b/tests/filtertest.c
index 9d597396..380cb73e 100644
--- a/tests/filtertest.c
+++ b/tests/filtertest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/opentest.c b/tests/opentest.c
index 79c9c941..bad38eb0 100644
--- a/tests/opentest.c
+++ b/tests/opentest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/reactivatetest.c b/tests/reactivatetest.c
index f3485cbd..42b2c3b8 100644
--- a/tests/reactivatetest.c
+++ b/tests/reactivatetest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/selpolltest.c b/tests/selpolltest.c
index f8005d6e..dbd1c424 100644
--- a/tests/selpolltest.c
+++ b/tests/selpolltest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/threadsignaltest.c b/tests/threadsignaltest.c
index 2a493223..bd46f936 100644
--- a/tests/threadsignaltest.c
+++ b/tests/threadsignaltest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
#ifndef lint
static const char copyright[] _U_ =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
diff --git a/tests/valgrindtest.c b/tests/valgrindtest.c
index 6bb6d4f6..ef387c97 100644
--- a/tests/valgrindtest.c
+++ b/tests/valgrindtest.c
@@ -19,6 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include "varattrs.h"
+
/*
* This doesn't actually test libpcap itself; it tests whether
* valgrind properly handles the APIs libpcap uses. If it doesn't,