diff options
Diffstat (limited to 'audio/libtunepimp/patches/patch-lib_write.cpp')
-rw-r--r-- | audio/libtunepimp/patches/patch-lib_write.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/libtunepimp/patches/patch-lib_write.cpp b/audio/libtunepimp/patches/patch-lib_write.cpp new file mode 100644 index 00000000000..57d5f9b03cf --- /dev/null +++ b/audio/libtunepimp/patches/patch-lib_write.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-lib_write.cpp,v 1.1 2013/04/29 21:31:09 joerg Exp $ + +--- lib/write.cpp.orig 2013-04-28 12:27:41.000000000 +0000 ++++ lib/write.cpp +@@ -35,6 +35,7 @@ + # include <sys/stat.h> + # include <sys/types.h> + # include <fcntl.h> ++# include <stdlib.h> + # if defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + # include <sys/param.h> + # include <sys/mount.h> |