mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
14 lines
291 B
C
14 lines
291 B
C
$NetBSD: patch-src_nametable.h,v 1.1 2011/11/25 21:38:09 joerg Exp $
|
|
|
|
--- src/nametable.h.orig 2011-11-25 17:20:06.000000000 +0000
|
|
+++ src/nametable.h
|
|
@@ -25,7 +25,7 @@
|
|
#define _NAME_TABLE_H
|
|
|
|
#include <assert.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include "datahashtable.h"
|
|
|