diff options
Diffstat (limited to 'irc/bitchx/files/patch-am')
-rw-r--r-- | irc/bitchx/files/patch-am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bitchx/files/patch-am b/irc/bitchx/files/patch-am new file mode 100644 index 000000000000..52b9eaa78833 --- /dev/null +++ b/irc/bitchx/files/patch-am @@ -0,0 +1,11 @@ +--- include/ircaux.h.orig Sun Feb 25 00:03:55 2001 ++++ include/ircaux.h Sun Feb 25 00:04:27 2001 +@@ -18,7 +18,7 @@ + #include <stdio.h> + #ifdef WANT_TCL + #undef USE_TCLALLOC +-#include <tcl.h> ++#include "tcl.h" + #endif + + typedef int comp_len_func (char *, char *, int); |