diff options
Diffstat (limited to 'editors/openoffice/files/patch-vcl::unx::source::app::osssound.cxx')
-rw-r--r-- | editors/openoffice/files/patch-vcl::unx::source::app::osssound.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-vcl::unx::source::app::osssound.cxx b/editors/openoffice/files/patch-vcl::unx::source::app::osssound.cxx new file mode 100644 index 00000000000..af681e02047 --- /dev/null +++ b/editors/openoffice/files/patch-vcl::unx::source::app::osssound.cxx @@ -0,0 +1,14 @@ +--- ../vcl/unx/source/app/osssound.cxx.orig Sun Jul 21 10:20:34 2002 ++++ ../vcl/unx/source/app/osssound.cxx Sun Jul 21 10:21:28 2002 +@@ -72,7 +72,11 @@ + #include <unistd.h> + #include <string.h> + #include <sys/ioctl.h> ++#ifdef LINUX + #include <linux/soundcard.h> ++#else ++#include <sys/soundcard.h> ++#endif + #include <errno.h> + + #ifdef _USE_NAMESPACE |