summaryrefslogtreecommitdiff
path: root/tests/can_set_rfmon_test.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-08 14:04:04 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-08 14:04:04 -0700
commit7a681564ef70a06544b6337dc877265af7a43996 (patch)
tree7652fb0817f7c849c26a24c4a379063310920fc7 /tests/can_set_rfmon_test.c
parent5be0f1f21190ca2e63e231df8d6f51b0898307e3 (diff)
downloadlibpcap-7a681564ef70a06544b6337dc877265af7a43996.tar.gz
Move all the function attributes from funcattrs.h to pcap/funcattrs.h.
That lets us use any of them in public declarations, if we ever need to.
Diffstat (limited to 'tests/can_set_rfmon_test.c')
-rw-r--r--tests/can_set_rfmon_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/can_set_rfmon_test.c b/tests/can_set_rfmon_test.c
index 53a7f366..88661d63 100644
--- a/tests/can_set_rfmon_test.c
+++ b/tests/can_set_rfmon_test.c
@@ -32,7 +32,7 @@ The Regents of the University of California. All rights reserved.\n";
#include <pcap.h>
-#include "../funcattrs.h"
+#include "pcap/funcattrs.h"
static const char *program_name;