mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
12 lines
241 B
C
12 lines
241 B
C
--- ./sources/alloc.h.orig Fri Dec 10 15:19:05 1999
|
|
+++ ./sources/alloc.h Tue Aug 16 22:42:54 2005
|
|
@@ -3,7 +3,8 @@
|
|
#ifndef ALLOC_H
|
|
#define ALLOC_H
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
|
|
#include "stack.h"
|
|
|