From 9131fb0fc81494a1bf9b99c578b60d15c067f5a2 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Fri, 9 Sep 2022 17:59:16 -0400 Subject: [PATCH] Add more missing headers --- .../linux/org_lwjgl_LinuxSysImplementation.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/native/linux/org_lwjgl_LinuxSysImplementation.h diff --git a/src/native/linux/org_lwjgl_LinuxSysImplementation.h b/src/native/linux/org_lwjgl_LinuxSysImplementation.h new file mode 100644 index 00000000..472358a1 --- /dev/null +++ b/src/native/linux/org_lwjgl_LinuxSysImplementation.h @@ -0,0 +1,15 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class org_lwjgl_LinuxSysImplementation */ + +#ifndef _Included_org_lwjgl_LinuxSysImplementation +#define _Included_org_lwjgl_LinuxSysImplementation +#ifdef __cplusplus +extern "C" { +#endif +#undef org_lwjgl_LinuxSysImplementation_JNI_VERSION +#define org_lwjgl_LinuxSysImplementation_JNI_VERSION 19L +#ifdef __cplusplus +} +#endif +#endif