$NetBSD: patch-src_modules_keyboard_sdl_Keyboard.h,v 1.1 2018/09/30 19:10:11 maya Exp $ Match include path for SDL<2 --- src/modules/keyboard/sdl/Keyboard.h.orig 2012-04-06 18:15:02.000000000 +0000 +++ src/modules/keyboard/sdl/Keyboard.h @@ -26,7 +26,7 @@ #include // SDL -#include +#include namespace love {