Skip to content

Commit e793ade

Browse files
committed
libc: Fix the include path error in wcspbrk.cpp
1 parent c93d166 commit e793ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/wchar/wcspbrk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "hdr/types/wchar_t.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/null_check.h"
14-
#include "wchar_utils.h"
14+
#include "src/wchar/wchar_utils.h"
1515

1616
namespace LIBC_NAMESPACE_DECL {
1717

0 commit comments

Comments
 (0)