From 38f134c1edbd7fc60ba4bbb52c73cd081803c414 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 17 Jul 2017 01:20:00 +0000 Subject: 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 --- examples/nativefilechooser-simple.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nativefilechooser-simple.cxx b/examples/nativefilechooser-simple.cxx index 1650a920a..8ab216950 100644 --- a/examples/nativefilechooser-simple.cxx +++ b/examples/nativefilechooser-simple.cxx @@ -21,6 +21,7 @@ #include #include #include /* exit() */ +#include /* strcmp() */ Fl_Window *G_win = 0; Fl_Menu_Button *G_menu = 0; -- cgit v1.2.3