Fix header include - should have been relative

This commit is contained in:
twinaphex 2021-11-05 00:09:45 +01:00
parent 088aa7dcb9
commit d3fd72ba63

View file

@ -22,7 +22,7 @@
#include <retro_common_api.h>
#include <retro_miscellaneous.h>
#include <frontend/frontend_driver.h>
#include "../frontend/frontend_driver.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"