Make fgadmin compile under linux
missing string.h for str(n)cmp
This commit is contained in:
parent
db7112c20b
commit
c618097e83
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <string>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/filename.H>
|
||||
|
||||
#include <string.h>
|
||||
#include "fgadmin.h"
|
||||
|
||||
using std::string;
|
||||
|
|
Loading…
Reference in a new issue