summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-cli_cmd__help.cc
blob: f45fff76b228483db913720d3406511934196232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-cli_cmd__help.cc,v 1.1 2011/12/19 15:52:20 wiz Exp $

Add missing include.

--- cli/cmd_help.cc.orig	2005-06-25 03:25:31.000000000 +0000
+++ cli/cmd_help.cc
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA.  */
 #include <iostream>
 #include <iomanip>
 #include <string>
+#include <string.h>
 
 #include "command.h"
 #include "cmd_help.h"