1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/astyle/files/patch-ab
Chris Piazza c9aca46b23 Add two patches I forgot to add yesterday.
Noticed by:	maintainer
1999-07-22 14:34:45 +00:00

13 lines
358 B
Plaintext

--- ASBeautifier.cpp.orig Thu Mar 18 15:47:00 1999
+++ ASBeautifier.cpp Sun Apr 11 10:23:48 1999
@@ -34,1 +34,1 @@
-#include <iostream>
+#include <iostream.h>
--- astyle_main.cpp.orig Thu Mar 18 15:41:30 1999
+++ astyle_main.cpp Sun Apr 11 10:25:00 1999
@@ -26,2 +26,2 @@
-#include <iostream>
-#include <fstream>
+#include <iostream.h>
+#include <fstream.h>