diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-10 23:06:53 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-10 23:06:53 -0500 |
commit | 880b18ba8b0d061ee2957ab6fa1cc88b7d2f8149 (patch) | |
tree | dea8c8dc8a5ff8b37afeedb6cef704bcd3b0676d | |
parent | c855c3ccc39ed5cb1669170aebf2a88de0da97d3 (diff) | |
download | lite-xl-plugin-manager-880b18ba8b0d061ee2957ab6fa1cc88b7d2f8149.tar.gz lite-xl-plugin-manager-880b18ba8b0d061ee2957ab6fa1cc88b7d2f8149.zip |
Added in math header.
-rw-r--r-- | src/lpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <dirent.h> #include <unistd.h> #include <fcntl.h> +#include <math.h> #include <sys/stat.h> #include <sys/file.h> |