ftell: don't include <unistd.h> * lib/ftell.c: Don't include <unistd.h>. <stdio.h> is now guaranteed to define off_t, and the ftell module depends on the stdio module.