diff options
Diffstat (limited to 'audio/arts/files/patch-mcop-mcoputils.cc')
-rw-r--r-- | audio/arts/files/patch-mcop-mcoputils.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/arts/files/patch-mcop-mcoputils.cc b/audio/arts/files/patch-mcop-mcoputils.cc new file mode 100644 index 000000000000..6b3db7470c03 --- /dev/null +++ b/audio/arts/files/patch-mcop-mcoputils.cc @@ -0,0 +1,10 @@ +--- mcop/mcoputils.cc.orig Wed Nov 30 18:34:17 2005 ++++ mcop/mcoputils.cc Wed Nov 30 18:35:02 2005 +@@ -32,6 +32,7 @@ + #include <errno.h> + #include <config.h> + #include <ctype.h> ++#include <stdio.h> + #include <map> + + using namespace std; |