Fix profile.c so that com_err.h doesn't have to be installed

Fix #include of com_err.h so that it isn't required that the com_err
development environment be installed.  (Addresses Debian Bug: #345519)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>


diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 29a907e..226ae50 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 d89cbba..90cc997 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"