mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
13 lines
308 B
C++
13 lines
308 B
C++
$NetBSD: patch-src_cmd__manager.h,v 1.1 2011/12/19 15:58:40 wiz Exp $
|
|
|
|
--- src/cmd_manager.h.orig 2005-08-16 15:02:34.000000000 +0000
|
|
+++ src/cmd_manager.h
|
|
@@ -5,6 +5,7 @@
|
|
#include "gpsim_interface.h"
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <string.h>
|
|
#include <functional>
|
|
using namespace std;
|
|
|