changeset 6918:cb670d90d673

* modules/cycle-check (lib_SOURCES): Add same-inode.h.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 04 Jul 2006 07:43:15 +0000
parents ccfc45c57d27
children 7849e8218acf
files ChangeLog modules/cycle-check
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* modules/cycle-check (lib_SOURCES): Add same-inode.h.
+	From Mark D. Baushke.
+
 2006-07-03  Eric Blake  <ebb9@byu.net>
 
 	* modules/dirname (Depends-on): Add xstrndup.
--- a/modules/cycle-check
+++ b/modules/cycle-check
@@ -13,7 +13,7 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h
+lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h
 
 Include:
 "cycle-check.h"