mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
285 B
C++
14 lines
285 B
C++
$NetBSD: patch-x11_main.cpp,v 1.1 2011/11/27 19:43:33 joerg Exp $
|
|
|
|
--- x11/main.cpp.orig 2011-11-27 02:21:41.000000000 +0000
|
|
+++ x11/main.cpp
|
|
@@ -33,7 +33,7 @@ extern "C" {
|
|
#include <X11/Xos.h>
|
|
}
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "utils.h"
|
|
#include "neth.h"
|