add including sj3vis.h. pointed out by Etsushi Kato.

This commit is contained in:
iratqq 2008-02-17 05:09:39 +00:00
commit fa9bd80515

View file

@ -77,6 +77,8 @@
#include <sys/param.h>
#if defined(HAVE_STRVISX) && defined(HAVE_VIS_H)
# include <vis.h>
#else
# include <sj3vis.h>
#endif
#include "sys-queue.h"