]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/lowlevel.cxx
Update the code a bit more, add a function to retreive the last error string and...
[simgear.git] / simgear / io / lowlevel.cxx
index 0015bff3b5d745f844eff1a9ee6b6556c7831f03..e5c40826100d9de52f65f3e5d2d274b92593cf38 100644 (file)
@@ -4,7 +4,7 @@
 // Shamelessly adapted from plib (plib.sourceforge.net) January 2001
 //
 // Original version Copyright (C) 2000  the plib team
-// Local changes Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Local changes Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -23,6 +23,8 @@
 // $Id$
 
 
+#include <string.h>            // for memcpy()
+
 #include "lowlevel.hxx"