mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
$NetBSD: patch-aa,v 1.13 2014/01/07 09:43:54 mef Exp $
|
|
|
|
gcc44 fixes
|
|
|
|
--- elab_net.cc.orig 2010-09-27 17:42:32.000000000 +0000
|
|
+++ elab_net.cc
|
|
@@ -26,6 +26,7 @@
|
|
|
|
# include <cstdlib>
|
|
# include <cstring>
|
|
+# include <memory>
|
|
# include <iostream>
|
|
# include "ivl_assert.h"
|
|
|