Fix: Include correct lzo definitions header

This commit is contained in:
njohnson 2025-09-10 21:54:58 -04:00
parent 9b4852f393
commit 2df2d491ae

View File

@ -57,7 +57,7 @@
/* get OS and architecture defines */ /* get OS and architecture defines */
#ifndef __LZODEFS_H_INCLUDED #ifndef __LZODEFS_H_INCLUDED
#include <lzo/lzodefs.h> #include <lzodefs.h>
#endif #endif