1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/logtools/files/patch-ac
Yen-Ming Lee ecaff31a96 unbreak logtools on -5.1
PR:		53084
Submitted by:	Xaa <xaa+ports@timewasters.nl>
2003-06-10 00:40:13 +00:00

15 lines
287 B
Plaintext

--- clfdomainsplit.cpp.orig Mon Jun 9 10:56:27 2003
+++ clfdomainsplit.cpp Mon Jun 9 10:56:47 2003
@@ -1,10 +1,6 @@
#include <stdio.h>
-#if (__GNUC__ >= 3)
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
+#include <hash_map.h>
#include <unistd.h>
#include <string>