]> granicus.if.org Git - gc/commit
Fix 'implicit declaration of function' compiler warnings in cord/de
authorIvan Maidanski <ivmai@mail.ru>
Tue, 16 Feb 2016 08:09:34 +0000 (11:09 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Mar 2016 21:04:45 +0000 (00:04 +0300)
commit0fd5161b458e6648537c25467afc62b50321673c
tree686ffe91ad9830752b8cfdccb1757ef0843daf99
parent141bb67b6f64d72a67c4d3341480778c2d4ae49d
Fix 'implicit declaration of function' compiler warnings in cord/de

* cord/tests/de.c: Include stdlib.h (for "exit" prototype); include
ctype.h unconditionally (for "iscntrl", "isdigit" prototypes); include
unistd.h (for "sleep" prototype) unless WIN32 or MACINTOSH.
cord/tests/de.c