diff options
| author | yuri <yuri> | 2010-12-11 20:28:43 +0000 |
|---|---|---|
| committer | yuri <yuri> | 2010-12-11 20:28:43 +0000 |
| commit | 554a50b33b3b24eaddc65d3cc01a727231a0beb1 (patch) | |
| tree | b2dbc0723ddc7b27732b5ec82264ce2940aee5b1 | |
| parent | fa2aea107f3855433d3f1391c75decaee6bf62c6 (diff) | |
fix linux build add ctype.h include for isdigit
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | examples/table-sort.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx index fff339648..a685579f2 100644 --- a/examples/table-sort.cxx +++ b/examples/table-sort.cxx @@ -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*/ |
