Some compilers probably need string.h for strcmp()..

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2017-07-17 01:20:00 +00:00
parent 0173358351
commit 38f134c1ed
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <FL/Fl_Native_File_Chooser.H>
#include <FL/fl_message.H>
#include <stdlib.h> /* exit() */
#include <string.h> /* strcmp() */
Fl_Window *G_win = 0;
Fl_Menu_Button *G_menu = 0;