From 9ae7e341101d8f840d0a98e168fe055e93668487 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 2 Mar 2017 09:40:25 +0100 Subject: fix implicit-function-declaration warnings/errors. --- libpcsxcore/plugins.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpcsxcore') diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c index c27ce4f..afe3f3b 100644 --- a/libpcsxcore/plugins.c +++ b/libpcsxcore/plugins.c @@ -23,6 +23,7 @@ #include "plugins.h" #include "cdriso.h" +#include "../plugins/dfinput/externals.h" static char IsoFile[MAXPATHLEN] = ""; static s64 cdOpenCaseTime = 0; -- cgit v1.2.3