anik writes
1) index/beaglequeue.cpp lacks #include <unistd.h > for unlink() function.
2) utils/readfile.h lacks #include <sys/types.h > for off_t type definition.
Compile errors under cygwin gcc-4.4.5.
medoc writes
Missing includes for gcc-4.4.5. Closes #34
→ <<cset aa2d9753b009 > >
medoc writes
Thanks for reporting this.