1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix compilation on 4.X.

PR:		ports/71637
Submitted by:	parv <parv@pair.com>
Patch by:	Frans Meijer <frans@fenke.xs4all.nl>
This commit is contained in:
Alex Dupre 2004-10-12 10:51:15 +00:00
parent 1b7ae336c4
commit 7c9b9c3c49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118928

View File

@ -0,0 +1,10 @@
--- src/debugger/motordebugger.cc.orig Tue Oct 12 12:34:20 2004
+++ src/debugger/motordebugger.cc Tue Oct 12 12:34:52 2004
@@ -9,6 +9,7 @@
#include <strstream>
#include <iostream>
+#include <memory>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/wait.h>