Get rid of some incompatible implicit declaration warnings

This commit is contained in:
twinaphex 2017-08-06 13:55:32 +02:00
parent ba36055632
commit e3192ad3c5
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <retro_common.h>