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>
Tue, 16 Feb 2016 08:09:34 +0000 (11:09 +0300)
commitaee1c54b3b42d507b4413806b6b0c9fe28ebb18e
tree65dca01277f3408e333186a147a8d6440a40ec75
parent004e6e47f1d96bd1271306f98b9e21d273262a7b
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