Skip to content

Commit

Permalink
tmp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Aug 28, 2024
1 parent 5ccc5b5 commit 7c182ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libretro/peace.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if !defined(__APPLE__)
#define _POSIX_C_SOURCE 199309L
#endif
#include <stdint.h>
#include <time.h>
#include <sys/time.h>
Expand Down

0 comments on commit 7c182ee

Please sign in to comment.