diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-30 12:54:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-30 12:54:19 +0000 |
commit | 3f6a69b56d0cc756c2239e54b75f85709c9816d9 (patch) | |
tree | 7f2145f7b8d46546d12e9d5e29c85eb4bb3986eb /multimedia/openmovieeditor/files/patch-src_AddCommand.cxx | |
parent | Add some more translations (submitted to upstream). (diff) |
multimedia/openmovieeditor: add <unistd.h>, <cstdio>, <stdint.h>
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=332102
Diffstat (limited to 'multimedia/openmovieeditor/files/patch-src_AddCommand.cxx')
-rw-r--r-- | multimedia/openmovieeditor/files/patch-src_AddCommand.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/openmovieeditor/files/patch-src_AddCommand.cxx b/multimedia/openmovieeditor/files/patch-src_AddCommand.cxx new file mode 100644 index 000000000000..092e8d6683cf --- /dev/null +++ b/multimedia/openmovieeditor/files/patch-src_AddCommand.cxx @@ -0,0 +1,10 @@ +--- src/AddCommand.cxx.orig 2013-10-30 13:00:57.000000000 +0100 ++++ src/AddCommand.cxx +@@ -18,6 +18,7 @@ + */ + + ++#include <cstdio> + #include "AddCommand.H" + #include "timeline/Clip.H" + #include "Timeline.H" |