diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 13:15:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 13:15:09 +0100 |
commit | 2c7df621d2337437a46b0ccee6a7801bc04db8f4 (patch) | |
tree | 88fa2565e48d2ed7ef9cf65f73fa31f4b1089f01 /tests/check_util.c | |
parent | 7740c4caae24fe8186947d0f1f6a114098daa171 (diff) |
Fix testsuite.
Diffstat (limited to 'tests/check_util.c')
-rw-r--r-- | tests/check_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_util.c b/tests/check_util.c index e771238f..ee365735 100644 --- a/tests/check_util.c +++ b/tests/check_util.c @@ -5,7 +5,7 @@ #include <string.h> #include "irc.h" #include "set.h" -#include "util.h" +#include "misc.h" START_TEST(test_strip_linefeed) { |