diff options
Diffstat (limited to 'net/ickle')
-rw-r--r-- | net/ickle/files/patch-examples::shell.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ickle/files/patch-examples::shell.cpp b/net/ickle/files/patch-examples::shell.cpp new file mode 100644 index 000000000000..b811fc9a0c4a --- /dev/null +++ b/net/ickle/files/patch-examples::shell.cpp @@ -0,0 +1,10 @@ +--- examples/shell.cpp.orig Sat Dec 1 14:51:21 2001 ++++ examples/shell.cpp Sat Dec 1 14:51:25 2001 +@@ -11,7 +11,6 @@ + #include <sys/wait.h> + #include <unistd.h> + #include <signal.h> +-#include <getopt.h> + + using namespace ICQ2000; + using namespace std; |