Skip to content

Commit

Permalink
Merge pull request #238 from ac2pic/patch-1
Browse files Browse the repository at this point in the history
Change sys/time.h to time.h in save_data.h
  • Loading branch information
kiwidoggie authored Jul 6, 2023
2 parents b267811 + 56f9ad1 commit 4c32596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/orbis/_types/save_data.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <inttypes.h>
#include <stdint.h>
#include <sys/time.h> // time_t
#include <time.h> // time_t
#pragma once

#define ORBIS_SAVE_DATA_MOUNT_MODE_RDONLY 1 //Read-only
Expand Down

0 comments on commit 4c32596

Please sign in to comment.