summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--e2fsck/ChangeLog6
-rw-r--r--e2fsck/profile.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 29a907e8..226ae503 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-01 Theodore Ts'o <tytso@mit.edu>
+
+ * profile.c: Fix #include of com_err.h so that it isn't required
+ that the com_err development environment be installed.
+ (Addresses Debian Bug: #345519)
+
2005-12-31 Theodore Ts'o <tytso@mit.edu>
* problem.c (fix_problem), problemP.h: Add the ability for the
diff --git a/e2fsck/profile.c b/e2fsck/profile.c
index d89cbbad..90cc9978 100644
--- a/e2fsck/profile.c
+++ b/e2fsck/profile.c
@@ -67,7 +67,7 @@
#include <pwd.h>
#endif
-#include "com_err.h"
+#include <et/com_err.h>
#include "profile.h"
#include "prof_err.h"