Skip to content

Commit

Permalink
chore: Include ctime and time.h headers in rds-ctl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 26, 2024
1 parent e1fe9a9 commit c09c824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/rds-ctl/rds-ctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
*/

#include <ctime>
#include <time.h>

#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
Expand Down

0 comments on commit c09c824

Please sign in to comment.