summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/table-sort.cxx1
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*/