openbsd-ports/multimedia/mkvtoolnix/patches/patch-src_common_common_cpp
benoit ed02b2e5e7 - update mkvtoolnix to 4.0.0
- update patches
- use new WANTLIB/LIB_DEPENDS style

initial diff from brad, ok ajacoutot@
2010-07-17 22:52:50 +00:00

12 lines
329 B
Plaintext

$OpenBSD: patch-src_common_common_cpp,v 1.3 2010/07/17 22:52:53 benoit Exp $
--- src/common/common.cpp.orig Sat Jun 5 08:24:39 2010
+++ src/common/common.cpp Sat Jun 26 20:42:11 2010
@@ -14,6 +14,7 @@
#include "common/common_pch.h"
#include <stdlib.h>
+#include <unistd.h>
#ifdef SYS_WINDOWS
# include <windows.h>
#endif