Whamcloud - gitweb
Fix profile.c so that com_err.h doesn't have to be installed E2FSPROGS-1.39-WIP-1231
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jan 2006 02:31:45 +0000 (21:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jan 2006 02:31:45 +0000 (21:31 -0500)
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>
e2fsck/ChangeLog
e2fsck/profile.c

index 29a907e..226ae50 100644 (file)
@@ -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
index d89cbba..90cc997 100644 (file)
@@ -67,7 +67,7 @@
 #include <pwd.h>
 #endif
 
-#include "com_err.h"
+#include <et/com_err.h>
 #include "profile.h"
 #include "prof_err.h"