mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
12 lines
266 B
C++
12 lines
266 B
C++
--- kaptain/parser.cpp.orig Wed Aug 14 13:00:21 2002
|
|
+++ kaptain/parser.cpp Fri Dec 20 16:14:31 2002
|
|
@@ -18,7 +18,7 @@
|
|
#line 1 "parser.ypp"
|
|
|
|
#include <stdlib.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <string>
|
|
#include <list>
|
|
#include "grammar.h"
|