eXeC64/imv

imv doesn't compile on Gentoo

MatthiasCoppens opened this issue · 2 comments

imv doesn't compile since 82960d3. It complains that PIPE_BUF on

imv/src/imv.c

Line 748 in 82960d3

char buf[PIPE_BUF];
isn't declared.

Not on Gentoo but including limits.h fixes it for me.

Can confirm this fixes it for me too