1
0
mirror of https://github.com/TASVideos/desmume synced 2024-07-03 00:08:51 +00:00

Merge pull request #792 from atsampson/xopen-strdup

libretro-common: fix implicit declarations
This commit is contained in:
zeromus 2024-05-13 07:59:48 -05:00 committed by GitHub
commit 90d0abdae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>