mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
11 lines
254 B
C++
11 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"
|