1
0
Fork 0

Make fgadmin compile under linux

missing string.h for str(n)cmp
This commit is contained in:
Torsten Dreyer 2011-06-08 16:01:23 +02:00
parent db7112c20b
commit c618097e83

View file

@ -28,7 +28,7 @@
#include <string>
#include <FL/Fl.H>
#include <FL/filename.H>
#include <string.h>
#include "fgadmin.h"
using std::string;