summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Network/Pcap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/Network/Pcap.cpp')
-rw-r--r--src/VBox/Devices/Network/Pcap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/Network/Pcap.cpp b/src/VBox/Devices/Network/Pcap.cpp
index bf241b917f6..04821714723 100644
--- a/src/VBox/Devices/Network/Pcap.cpp
+++ b/src/VBox/Devices/Network/Pcap.cpp
@@ -24,7 +24,7 @@
#include <iprt/file.h>
#include <iprt/stream.h>
#include <iprt/time.h>
-#include <iprt/err.h>
+#include <iprt/errcore.h>
#include <VBox/vmm/pdmnetinline.h>