ports/math/kaskade/files/patch-sources_utils.h
Thierry Thomas 777026ca2d Unbreak with gcc 3.4.
Approved by:	portmgr (marcus)
2005-08-17 05:22:58 +00:00

15 lines
342 B
C

--- ./sources/utils.h.orig Tue Dec 14 15:57:46 1999
+++ ./sources/utils.h Tue Aug 16 21:32:31 2005
@@ -3,10 +3,10 @@
#ifndef UTILS_H
#define UTILS_H
-#include <stddef.h>
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
-#include <iostream.h>
+#include <iostream>
#include <stdlib.h>
#include <ctype.h>
#include <math.h>