aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-10 23:06:53 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-10 23:06:53 -0500
commit880b18ba8b0d061ee2957ab6fa1cc88b7d2f8149 (patch)
treedea8c8dc8a5ff8b37afeedb6cef704bcd3b0676d
parentc855c3ccc39ed5cb1669170aebf2a88de0da97d3 (diff)
downloadlite-xl-plugin-manager-880b18ba8b0d061ee2957ab6fa1cc88b7d2f8149.tar.gz
lite-xl-plugin-manager-880b18ba8b0d061ee2957ab6fa1cc88b7d2f8149.zip
Added in math header.
-rw-r--r--src/lpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpm.c b/src/lpm.c
index eb17e3b..50190b2 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -22,6 +22,7 @@
#include <dirent.h>
#include <unistd.h>
#include <fcntl.h>
+#include <math.h>
#include <sys/stat.h>
#include <sys/file.h>