mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
249 B
C++
13 lines
249 B
C++
$NetBSD: patch-core.h,v 1.1 2011/11/22 20:04:40 joerg Exp $
|
|
|
|
--- core.h.orig 2011-11-22 19:25:48.000000000 +0000
|
|
+++ core.h
|
|
@@ -22,6 +22,7 @@
|
|
#include <iostream>
|
|
#include <fstream>
|
|
#include <string>
|
|
+#include <string.h>
|
|
|
|
using namespace std;
|
|
|