freebsd-ports/mail/althea/files/patch-tolower.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
220 B
C++

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