Skip to content

Commit

Permalink
fixup! strftime add size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
izaakschroeder committed Jul 2, 2024
1 parent 5de914c commit bfec5e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/src/time/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ add_entrypoint_object(
DEPENDS
.time_utils
libc.include.time
libc.include.llvm-libc-types.size_t
)

add_entrypoint_object(
Expand All @@ -102,6 +103,7 @@ add_entrypoint_object(
.time_utils
libc.include.time
libc.include.llvm-libc-types.locale_t
libc.include.llvm-libc-types.size_t
)

add_entrypoint_object(
Expand Down
1 change: 1 addition & 0 deletions libc/src/time/strftime.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define LLVM_LIBC_SRC_TIME_STRFTIME_H

#include <time.h>
#include "include/llvm-libc-types/size_t.h"

namespace LIBC_NAMESPACE {

Expand Down
1 change: 1 addition & 0 deletions libc/src/time/strftime_l.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <time.h>
#include "include/llvm-libc-types/locale_t.h"
#include "include/llvm-libc-types/size_t.h"

namespace LIBC_NAMESPACE {

Expand Down

0 comments on commit bfec5e7

Please sign in to comment.