freebsd-ports/devel/motor/files/patch-src::debugger::motordebugger.cc
Alex Dupre 7c9b9c3c49 Fix compilation on 4.X.
PR:		ports/71637
Submitted by:	parv <parv@pair.com>
Patch by:	Frans Meijer <frans@fenke.xs4all.nl>
2004-10-12 10:51:15 +00:00

11 lines
270 B
C++

--- 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>