aboutsummaryrefslogtreecommitdiffstats
path: root/src/expand-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand-common.c')
-rw-r--r--src/expand-common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expand-common.c b/src/expand-common.c
index e3f9ea84e..2fa0e8910 100644
--- a/src/expand-common.c
+++ b/src/expand-common.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
+#include "c-ctype.h"
#include "fadvise.h"
#include "quote.h"
@@ -183,7 +184,7 @@ parse_tab_stops (char const *stops)
increment_tabval = true;
extend_tabval = false;
}
- else if (ISDIGIT (*stops))
+ else if (c_isdigit (*stops))
{
if (!have_tabval)
{