1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/accessx/files/patch-ax.h
Edwin Groothuis fb16006cf6 Make x11/accessx compile under -current again.
Noticed on: bento
2002-12-17 04:39:46 +00:00

12 lines
219 B
C

--- ax.h.orig Mon Dec 16 20:36:59 2002
+++ ax.h Mon Dec 16 20:37:06 2002
@@ -22,7 +22,7 @@
// Include Files
-#include <iostream.h>
+#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>