From 0ce0684daef4d4666447821176a3d2ec55988aed Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 13 Jul 2001 03:36:50 +0000 Subject: [PATCH] Added a missing include for memcpy() --- simgear/io/lowlevel.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simgear/io/lowlevel.cxx b/simgear/io/lowlevel.cxx index 0015bff3..f8c72342 100644 --- a/simgear/io/lowlevel.cxx +++ b/simgear/io/lowlevel.cxx @@ -23,6 +23,8 @@ // $Id$ +#include // for memcpy() + #include "lowlevel.hxx" -- 2.39.5