diff options
Diffstat (limited to 'irc/quirc/files/patch-ac')
-rw-r--r-- | irc/quirc/files/patch-ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/irc/quirc/files/patch-ac b/irc/quirc/files/patch-ac new file mode 100644 index 0000000..64c7304 --- /dev/null +++ b/irc/quirc/files/patch-ac @@ -0,0 +1,7 @@ +--- servertcl.cc.orig Thu May 22 14:12:56 2003 ++++ servertcl.cc Thu May 22 14:13:04 2003 +@@ -1,3 +1,4 @@ ++#include <ctype.h> + #include <sys/types.h> + #include <netinet/in.h> + #include <arpa/inet.h> |