Add missing include file <string.h>.
Preparing for another commit... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13081 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
3370226f4f
commit
0321ce7a1c
@ -21,6 +21,7 @@
|
||||
#include "alignment_panel.h"
|
||||
#include <FL/Fl_Preferences.H>
|
||||
#include <FL/fl_ask.H>
|
||||
#include <string.h>
|
||||
Fl_Text_Buffer *shell_run_buffer;
|
||||
|
||||
Fl_Double_Window *project_window=(Fl_Double_Window *)0;
|
||||
|
@ -37,6 +37,9 @@ decl {\#include <FL/Fl_Preferences.H>} {private global
|
||||
decl {\#include <FL/fl_ask.H>} {private global
|
||||
}
|
||||
|
||||
decl {\#include <string.h>} {selected private global
|
||||
}
|
||||
|
||||
decl {extern void load_history();} {public local
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user