summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2018-04-07 22:09:42 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2018-04-17 19:07:50 -0400
commit7d399cedcfd20f0d91a8caf386ae3c63f4dcf285 (patch)
treea0f4134961bb163151532afe3fb5e98927965738 /testing
parent2824daf74a6d2bd60ebaf387a30f1b7719b6b67c (diff)
Improve network error reporting on Windows
Windows doesn't report network errors though errno, it has its own facilities.
Diffstat (limited to 'testing')
-rw-r--r--testing/av_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/av_test.c b/testing/av_test.c
index 0d61edec..5cc3b5dd 100644
--- a/testing/av_test.c
+++ b/testing/av_test.c
@@ -64,7 +64,6 @@ extern "C" {
64#include <opencv/highgui.h> 64#include <opencv/highgui.h>
65 65
66#include <assert.h> 66#include <assert.h>
67#include <errno.h>
68#include <sched.h> 67#include <sched.h>
69#include <stdio.h> 68#include <stdio.h>
70#include <stdlib.h> 69#include <stdlib.h>