1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

fix(core): fix SDL2 include path

[no changelog]
This commit is contained in:
Pavol Rusnak 2022-03-28 16:44:52 +02:00 committed by matejcik
parent 25bd9ebbbb
commit 9a8e257619
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL.h>
#include <SDL_image.h>
#include <stdio.h>
#include <stdlib.h>
#include "profile.h"

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <SDL2/SDL.h>
#include <SDL.h>
#include <stdbool.h>
#include <stdint.h>