diff options
Diffstat (limited to 'mail/glbiff/files/patch-cfg.h')
-rw-r--r-- | mail/glbiff/files/patch-cfg.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/glbiff/files/patch-cfg.h b/mail/glbiff/files/patch-cfg.h new file mode 100644 index 000000000000..16bd193336df --- /dev/null +++ b/mail/glbiff/files/patch-cfg.h @@ -0,0 +1,12 @@ +--- cfg.h.orig Mon Dec 23 03:45:36 2002 ++++ cfg.h Mon Dec 23 03:47:15 2002 +@@ -20,7 +20,8 @@ + * + */ + +-#include <stl.h> ++#include <list> ++using namespace std; + #include <string.h> + #include "rgb.h" + #include "astro.h" |