mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
777026ca2d
Approved by: portmgr (marcus)
12 lines
254 B
C++
12 lines
254 B
C++
--- ./sources/varalloc.cc.orig Fri Dec 10 12:41:11 1999
|
|
+++ ./sources/varalloc.cc Wed Aug 17 00:04:09 2005
|
|
@@ -5,7 +5,7 @@
|
|
Part of the Kaskade distribution
|
|
*/
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdlib.h>
|
|
|
|
#include "varalloc.h"
|