mirror of https://github.com/fltk/fltk
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:
parent
0173358351
commit
38f134c1ed
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue