diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-23 22:23:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-23 22:23:41 +0000 |
commit | 99112aca6c77751eb350ac44cdd89fc9d56df8b9 (patch) | |
tree | 66106e07921c418fadd612980205155a1425dcfc /irc/quirc/files/patch-window.cc | |
parent | 4fa2c94c82449f9593102be8c7442c45e6107d4b (diff) |
Notes
Diffstat (limited to 'irc/quirc/files/patch-window.cc')
-rw-r--r-- | irc/quirc/files/patch-window.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/irc/quirc/files/patch-window.cc b/irc/quirc/files/patch-window.cc new file mode 100644 index 000000000000..254daa121a82 --- /dev/null +++ b/irc/quirc/files/patch-window.cc @@ -0,0 +1,8 @@ +--- window.cc.orig Sat May 15 14:20:48 1999 ++++ window.cc Tue Feb 3 23:20:36 2004 +@@ -1,3 +1,5 @@ ++#include <sys/types.h> ++ + #ifdef DMALLOC + #include <dmalloc.h> + #endif |