aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-07-12 01:41:38 +0000
committerRichard M. Stallman <[email protected]>2007-07-12 01:41:38 +0000
commitd8b180437fc649520fae0afea113590224948fc9 (patch)
treec5bc9d6c2ce5f1efb28e5cbca5a3ce723e8a0a14 /src/ChangeLog
parentdb8af973954fda8e7204929b6efbd82f41ca05f8 (diff)
Include unistd.h only if HAVE_UNISTD_H.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df9ae72e2b..e920eb5743 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-12 Richard Stallman <[email protected]>
+
+ * term.c: Include unistd.h only if HAVE_UNISTD_H.
+
2007-07-11 Stefan Monnier <[email protected]>
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.