From e8b3d2518dbdec07ea42080c6e04a124d577c890 Mon Sep 17 00:00:00 2001 From: ApplEmu <77315982+applemu@users.noreply.github.com> Date: Wed, 13 Jan 2021 02:08:00 -0600 Subject: [PATCH] Update deprecated constant One less compiler warning --- src/host_mli.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/host_mli.c b/src/host_mli.c index fb4c8c0..b92cac3 100644 --- a/src/host_mli.c +++ b/src/host_mli.c @@ -1,5 +1,4 @@ - -#define _BSD_SOURCE +#define _DEFAULT_SOURCE #ifdef _WIN32 #include @@ -1553,4 +1552,4 @@ void host_mli_tail() { engine.psr &= ~I; engine.psr |= (saved_p & I); host_gc_free(); -} \ No newline at end of file +}