1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
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

11 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>