ports/devel/doc++/patches/patch-src_doc_ll

15 lines
246 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/doc.ll
--- src/doc.ll.orig
+++ src/doc.ll
@@ -23,8 +23,8 @@
%{
#include <assert.h>
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>