diff --git a/autobuild.xml b/autobuild.xml
index e26689e..b58b547 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -16,11 +16,11 @@
archive
name
linux64
@@ -30,11 +30,11 @@
archive
name
darwin64
@@ -44,11 +44,11 @@
archive
name
windows64
@@ -57,11 +57,11 @@
license
lgpl
license_file
- LICENSES/SDL2.txt
+ LICENSES/SDL3.txt
copyright
Copyright (C) 1997-2022 Sam Lantinga (slouken@libsdl.org)
version
- 2.28.0
+ 3.1.1
name
SDL2
description
@@ -119,4 +119,4 @@
Open Source replacement for 3DConnection SDK
-
\ No newline at end of file
+
diff --git a/libndofdev/CMakeLists.txt b/libndofdev/CMakeLists.txt
index cbc243e..70b4ce4 100644
--- a/libndofdev/CMakeLists.txt
+++ b/libndofdev/CMakeLists.txt
@@ -16,7 +16,7 @@ ADD_DEFINITIONS("-m64 -pipe -DUSE_SDL2")
set(libndofdev_HEADER_FILES
${CMAKE_CURRENT_SOURCE_DIR}/ndofdev_external.h
- ${CMAKE_CURRENT_SOURCE_DIR}/../stage/packages/include/SDL2/SDL.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/../stage/packages/include/SDL3/SDL.h
)
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
diff --git a/libndofdev/ndofdev.c b/libndofdev/ndofdev.c
index 6354553..1c926c0 100644
--- a/libndofdev/ndofdev.c
+++ b/libndofdev/ndofdev.c
@@ -49,7 +49,7 @@
#include
#ifdef USE_SDL2
-#include
+#include
#else
#include
#endif