Skip to content

Commit

Permalink
Merge pull request #792 from atsampson/xopen-strdup
Browse files Browse the repository at this point in the history
libretro-common: fix implicit declarations
  • Loading branch information
zeromus authored May 13, 2024
2 parents 4a53a30 + 738298a commit 90d0abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desmume/src/libretro-common/file/file_path.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#define _XOPEN_SOURCE 500 /* For strdup, realpath */

#include <stdlib.h>
#include <boolean.h>
#include <string.h>
Expand Down

0 comments on commit 90d0abd

Please sign in to comment.