Skip to content

Commit 167fe8b

Browse files
committed
Harmony port: fix
1 parent 048a59b commit 167fe8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/video/ohos/SDL_ohostouch.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "SDL_ohostouch.h"
2-
#include "SDL3/SDL_events.h"
3-
#include "SDL3/SDL_touch.h"
4-
#include "events/SDL_events_c.h"
2+
#include "SDL_internal.h"
3+
#include "../../events/SDL_touch_c.h"
4+
55
void OHOS_OnTouch(SDL_OHOSTouchEvent event)
66
{
77
if (SDL_AddTouch(event.deviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0)

0 commit comments

Comments
 (0)