diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cdceff66db4..df9f176270b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 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. | ||
| 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 |