Skip to content

Commit b0844cc

Browse files
fix timespec_get
1 parent 717e609 commit b0844cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/time/linux/timespec_get.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "hdr/time_macros.h"
1111
#include "src/__support/common.h"
1212
#include "src/__support/macros/config.h"
13-
#include "src/__support/time/linux/clock_gettime.h"
13+
#include "src/__support/time/clock_gettime.h"
1414
#include "src/errno/libc_errno.h"
1515

1616
namespace LIBC_NAMESPACE_DECL {

0 commit comments

Comments
 (0)