]> git.mxchange.org Git - flightgear.git/commitdiff
Make fgadmin compile under linux
authorTorsten Dreyer <Torsten@t3r.de>
Wed, 8 Jun 2011 14:01:23 +0000 (16:01 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Wed, 8 Jun 2011 14:01:23 +0000 (16:01 +0200)
missing string.h for str(n)cmp

utils/fgadmin/src/main.cxx

index 1c743ffa152b7ac75dfdd9a3e7fc3da044fc1789..d40a0578ca0654aad9e4b3e00c3f270a5a103966 100644 (file)
@@ -28,7 +28,7 @@
 #include <string>
 #include <FL/Fl.H>
 #include <FL/filename.H>
-
+#include <string.h>
 #include "fgadmin.h"
 
 using std::string;