You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libvformat/files/libvformat-1.13-has_unistd....

14 lines
216 B

--- 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