]> sourceware.org Git - lvm2.git/commitdiff
Add ctype.h header file to silence compile warning on 'isdigit'.
authorDave Wysochanski <dwysocha@redhat.com>
Fri, 29 Aug 2008 00:49:46 +0000 (00:49 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Fri, 29 Aug 2008 00:49:46 +0000 (00:49 +0000)
uuid/uuid.c:86: warning: implicit declaration of function 'isdigit'

lib/uuid/uuid.c

index da4093f7ace57705936a2b1bdb26dbaa30b59ae2..f96c9f7c164f7c03d5462340952a8d0c8aa27267 100644 (file)
@@ -19,6 +19,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <ctype.h>
 
 static const char _c[] =
     "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#";
This page took 0.036447 seconds and 5 git commands to generate.