haiku: Changed header paths to be more compatible.

This commit is contained in:
Philipp Wiesemann
2017-07-29 23:00:14 +02:00
parent be005b7c78
commit 84aeab17a2
3 changed files with 7 additions and 7 deletions

View File

@@ -24,8 +24,8 @@
/* This is the Haiku implementation of the SDL joystick API */
#include <os/support/String.h>
#include <os/device/Joystick.h>
#include <support/String.h>
#include <device/Joystick.h>
extern "C"
{