diff options
Diffstat (limited to 'deskutils/babytrans/files/patch-src::main.cc')
-rw-r--r-- | deskutils/babytrans/files/patch-src::main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/babytrans/files/patch-src::main.cc b/deskutils/babytrans/files/patch-src::main.cc new file mode 100644 index 000000000000..b3e1434d2520 --- /dev/null +++ b/deskutils/babytrans/files/patch-src::main.cc @@ -0,0 +1,10 @@ +--- src/main.cc.orig Thu Jul 24 14:51:02 2003 ++++ src/main.cc Thu Jul 24 14:51:15 2003 +@@ -49,6 +49,7 @@ + + #include <sys/stat.h> // for stat() + #include <unistd.h> // for stat() ++#include <assert.h> + + #include <cerrno> + |