summaryrefslogtreecommitdiff
path: root/dev-libs/libvformat/files/libvformat-1.13-has_unistd.patch
blob: 8788c966ffd00941960e722579b07de87c67fde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/vf_reader.c
+++ b/src/vf_reader.c
@@ -87,8 +87,9 @@
 
 #include <stdio.h>
 #include <sys/stat.h>
+#include "config.h"
 
-#if defined(HAS_UNISTD_H)
+#if defined(HAVE_UNISTD_H)
 #include <unistd.h>
 #endif