Author: yuri
Date: 2010-12-11 12:28:43 -0800 (Sat, 11 Dec 2010)
New Revision: 8011
Log:
fix linux build add ctype.h include for isdigit
Modified:
branches/branch-1.3/examples/table-sort.cxx
Modified: branches/branch-1.3/examples/table-sort.cxx
===================================================================
--- branches/branch-1.3/examples/table-sort.cxx 2010-12-11 16:25:59 UTC (rev
8010)
+++ branches/branch-1.3/examples/table-sort.cxx 2010-12-11 20:28:43 UTC (rev
8011)
@@ -52,6 +52,7 @@
#define popen _popen
#else /*_WIN32*/
// UNIX
+#include <ctype.h>
#define DIRCMD "ls -l"
#define DIRHEADER { "Perms", "#L", "Own", "Group", "Size", "Date", "",
"", "Filename" }
#endif /*_WIN32*/
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit