sys/iconv.h

This commit is contained in:
psyc://psyced.org/~lynX 2013-09-04 19:31:42 +02:00
parent 723775f1f9
commit a1788ec6ea
1 changed files with 2 additions and 1 deletions

View File

@ -1317,7 +1317,8 @@ for TESTPATH in "" "/usr/local/include"; do
CFLAGS="-I$TESTPATH $saveflags"
fi
AC_TRY_COMPILE([
#include <iconv.h>
#include <sys/iconv.h>
#endif
iconv_t * foo(void)
{