commit | fd7ac1fc9889075885cd698ddd3287af6457c7be | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Dec 31 01:28:33 2005 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Dec 31 01:28:33 2005 -0500 |
tree | 788df204f2b35c88c9c88a74073fccbcbcd28d41 | |
parent | 57435fe3df09accc48acc5403fd9c0ae792d9c10 [diff] [blame] |
Fix incorrect location of prof_err.h in profile.c. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/e2fsck/profile.c b/e2fsck/profile.c index f534886..6f8aa5b 100644 --- a/e2fsck/profile.c +++ b/e2fsck/profile.c
@@ -67,10 +67,10 @@ #include <pwd.h> #endif -#include "ext2fs/prof_err.h" - #include "com_err.h" #include "profile.h" +#include "prof_err.h" + #define STAT_ONCE_PER_SECOND