t4020: abstract away SHA-1-specific constants
[gitweb.git] / utf8.c
diff --git a/utf8.c b/utf8.c
index 25d366d6b3d8665d5e9e9555e60d2ddac659ae0b..0fcc6487e3d8b4a4af81c92148fb4edb9574f524 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -81,7 +81,7 @@ static int git_wcwidth(ucs_char_t ch)
        /*
         * Sorted list of non-overlapping intervals of non-spacing characters,
         */
-#include "unicode_width.h"
+#include "unicode-width.h"
 
        /* test for 8-bit control characters */
        if (ch == 0)