bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] include ctype.h for isdigit usage


From: Mike Frysinger
Subject: [PATCH] include ctype.h for isdigit usage
Date: Thu, 11 Aug 2016 17:52:08 +0800

---
 lib/readline/histexpand.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/readline/histexpand.c b/lib/readline/histexpand.c
index 46a99aa62e30..13248db83048 100644
--- a/lib/readline/histexpand.c
+++ b/lib/readline/histexpand.c
@@ -26,6 +26,7 @@
 #endif
 
 #include <stdio.h>
+#include <ctype.h>
 
 #if defined (HAVE_STDLIB_H)
 #  include <stdlib.h>
-- 
2.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]