openbsd-ports/multimedia/transcode/patches/patch-libxio_libxio_c
2005-12-24 08:48:49 +00:00

13 lines
380 B
Plaintext

$OpenBSD: patch-libxio_libxio_c,v 1.3 2005/12/24 08:50:21 pvalchev Exp $
--- libxio/libxio.c.orig Fri Dec 23 23:53:43 2005
+++ libxio/libxio.c Fri Dec 23 23:53:50 2005
@@ -39,7 +39,7 @@ char *strndup(const char *s, size_t n);
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
-#include <sys/errno.h>
+#include <errno.h>
#include <stdarg.h>
struct xio_handle_t {