From cec7103d922f89156acf25055a249fad82ed0e7a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 1 Jan 2006 21:31:45 -0500 Subject: [PATCH] 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" --- e2fsck/ChangeLog | 6 ++++++ e2fsck/profile.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" -- 1.8.3.1