From: Theodore Ts'o Date: Mon, 2 Jan 2006 02:31:45 +0000 (-0500) Subject: Fix profile.c so that com_err.h doesn't have to be installed X-Git-Tag: E2FSPROGS-1.39-WIP-1231 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cec7103d922f89156acf25055a249fad82ed0e7a;p=tools%2Fe2fsprogs.git 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" --- 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 + + * 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 * 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 #endif -#include "com_err.h" +#include #include "profile.h" #include "prof_err.h"