Skip to content

Commit

Permalink
timeutil.c: include the prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 11, 2024
1 parent 01de5ef commit 4ce7aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/timeutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <stdint.h>
#include <time.h>

#include "timespec.h"

/*
* time_t overflow check in portable code is combersome because time_t
* can be any integer types (posix) or even floating-point numeric types. (C)
Expand Down

0 comments on commit 4ce7aa2

Please sign in to comment.