From 4959d9c251ce603b8e32e7532559ad2a7867b6ab Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 13 Feb 2024 09:36:59 -0500 Subject: Compatibility changes --- include/os_linux.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/os_linux.h (limited to 'include/os_linux.h') diff --git a/include/os_linux.h b/include/os_linux.h new file mode 100644 index 0000000..8c3aed7 --- /dev/null +++ b/include/os_linux.h @@ -0,0 +1,10 @@ +#ifndef OMC_OS_LINUX_H +#define OMC_OS_LINUX_H + +#include + +#ifndef PATH_MAX +#include +#endif + +#endif -- cgit