Buildfixes

This commit is contained in:
twinaphex 2021-11-12 21:48:56 +01:00
parent fca72f67d1
commit b9c77a48c9
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <libretro.h>
#include <glsym/glsym.h> #include <glsym/glsym.h>
#include "../camera_driver.h" #include "../camera_driver.h"

View File

@ -17,6 +17,7 @@
#include <stdint.h> #include <stdint.h>
#include <boolean.h> #include <boolean.h>
#include <libretro.h>
#include "../camera_driver.h" #include "../camera_driver.h"
#include "../../retroarch.h" #include "../../retroarch.h"

View File

@ -42,6 +42,7 @@
#include <gfx/scaler/scaler.h> #include <gfx/scaler/scaler.h>
#include <gfx/video_frame.h> #include <gfx/video_frame.h>
#include <file/file_path.h> #include <file/file_path.h>
#include <libretro.h>
#include <compat/strl.h> #include <compat/strl.h>