1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/math/kaskade/files/patch-sources_general.h.in
Thierry Thomas 777026ca2d Unbreak with gcc 3.4.
Approved by:	portmgr (marcus)
2005-08-17 05:22:58 +00:00

14 lines
315 B
C

--- ./sources/general.h.in.orig Tue Dec 14 15:27:41 1999
+++ ./sources/general.h.in Tue Aug 16 21:27:57 2005
@@ -3,8 +3,8 @@
#ifndef GENERAL_H
#define GENERAL_H
-#include <iostream.h>
-#include <stddef.h>
+#include <iostream>
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>