Little fix to remove warning in cgiwrap.c
Raphaël HUCK <[email protected]>
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, this is just a minor thing, but you could add: #ifdef __UCLIBC__ # include <unistd.h> #endif at the top of cgiwrap.c to remove this warning: cgiwrap.c:239: warning: implicit declaration of function `read' Thanks, --Raphael HUCK