aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authoraliaspider2017-03-02 09:40:25 +0100
committeraliaspider2017-03-02 09:40:25 +0100
commit9ae7e341101d8f840d0a98e168fe055e93668487 (patch)
tree61f2e724afb14cd3d5889108cdcec89f4bdb394e /libpcsxcore
parentfb4bd47484b54ca55f56ae4bfcc34763806ee6c2 (diff)
downloadpcsx_rearmed-9ae7e341101d8f840d0a98e168fe055e93668487.tar.gz
pcsx_rearmed-9ae7e341101d8f840d0a98e168fe055e93668487.tar.bz2
pcsx_rearmed-9ae7e341101d8f840d0a98e168fe055e93668487.zip
fix implicit-function-declaration warnings/errors.
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/plugins.c1
1 files changed, 1 insertions, 0 deletions
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;