comparison lib-src/ChangeLog @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 2887524f362a
children 2b0a49a0a9ed
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> 1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Include <unistd.h> unilaterally.
4 * emacsclient.c, etags.c, fakemail.c, make-docfile.c, movemail.c:
5 * pop.c, test-distrib.c, update-game-score.c:
6 Include <unistd.h> without worrying about HAVE_UNISTD_H, since
7 unistd.h is always present now, possibly supplied by gnulib.
2 8
3 Include <getopt.h> not "getopt.h". 9 Include <getopt.h> not "getopt.h".
4 * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h". 10 * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h".
5 Since getopt.h is no longer in this directory, there's no point 11 Since getopt.h is no longer in this directory, there's no point
6 using the form with double-quotes. 12 using the form with double-quotes.