freebsd-ports/mail/althea/files/patch-MIME.h
Ying-Chieh Liao 83638f0f89 fix build on -current
PR:		46594
Submitted by:	Ports Fury
2002-12-29 05:21:44 +00:00

10 lines
189 B
C++

--- MIME.h.orig Wed Jan 23 02:30:15 2002
+++ MIME.h Fri Dec 27 03:28:03 2002
@@ -1,5 +1,7 @@
#ifndef MIME_H
#define MIME_H
+namespace std {};
+using namespace std;
#include <string>