aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 5a99ed53bf..c0df579551 100644
--- a/vl.h
+++ b/vl.h
@@ -48,6 +48,9 @@
#ifdef __sun__
#define ENOMEDIUM 4097
#endif
+#ifndef ENOMEDIUM
+#define ENOMEDIUM ENODEV
+#endif
#ifdef _WIN32
#include <windows.h>