yaep
yaep copied to clipboard
make install doesn't install allocate.h
after make install
, i try
~$ echo '#include<yaep.h>' >test.c
~$ gcc test.c
In file included from test.c:1:0:
/usr/local/include/yaep.h:47:22: fatal error: allocate.h: No such file or directory
compilation terminated.
Thank you for the report. I've just fixed this issue.