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 12, 2024
1 parent fd44732 commit 4bf9ded
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 "timeutil.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 4bf9ded

Please sign in to comment.