Skip to content

Commit 0b60231

Browse files
committed
Remove FILE rwops
1 parent 218fad6 commit 0b60231

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/SDL_config_macosx.h

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#define HAVE_MATH_H 1
4747
#define HAVE_SIGNAL_H 1
4848
#define HAVE_STDINT_H 1
49-
#define HAVE_STDIO_H 1
5049
#define HAVE_STRING_H 1
5150
#define HAVE_SYS_TYPES_H 1
5251
#define HAVE_LIBUNWIND_H 1

src/stdlib/SDL_string.c

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/* This file contains portable string manipulation functions for SDL */
2828

2929
#include "SDL_stdinc.h"
30+
#include <stdio.h>
3031

3132
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL) || !defined(HAVE_STRTOUL) || !defined(HAVE_STRTOLL) || !defined(HAVE_STRTOULL) || !defined(HAVE_STRTOD)
3233
#define SDL_isupperhex(X) (((X) >= 'A') && ((X) <= 'F'))

0 commit comments

Comments
 (0)