diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-10-22 01:04:57 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-10-22 01:04:57 +0000 |
| commit | 0321ce7a1c4b84899f924f63bff96ae27ca00c0f (patch) | |
| tree | 2a0e79e46f172ee30ada4ebd824a41a9fccc11b6 | |
| parent | 3370226f4f1ed10eed6c66959693478379e20106 (diff) | |
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
| -rw-r--r-- | fluid/alignment_panel.cxx | 1 | ||||
| -rw-r--r-- | fluid/alignment_panel.fl | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 1b3122708..26412d717 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -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; diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 3bc3197f1..e21b8c351 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -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 } |
