diff options
Diffstat (limited to 'network/cmdiag/cmdiag.cpp.patch')
-rw-r--r-- | network/cmdiag/cmdiag.cpp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/cmdiag/cmdiag.cpp.patch b/network/cmdiag/cmdiag.cpp.patch new file mode 100644 index 0000000000..b0a0332da5 --- /dev/null +++ b/network/cmdiag/cmdiag.cpp.patch @@ -0,0 +1,10 @@ +--- cmdiag.cpp.orig 2008-05-01 22:42:18.000000000 +0200 ++++ cmdiag.cpp 2011-08-08 12:05:24.113372114 +0200 +@@ -13,6 +13,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> ++#include <string.h> + #include "bar.h" + #include "pbar.h" + #include "globals.h" |