ftell: don't include <unistd.h>
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Jul 2011 16:42:48 +0000 (09:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Jul 2011 16:43:43 +0000 (09:43 -0700)
commita53ff77a8c22f280146153ed37492ed260cdc34a
treea810b0976567d1ffa9e8bc11d07997ca5bb2f044
parenta9418e02e6cb59bfa004896c661d949f8b705209
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.
ChangeLog
lib/ftell.c