diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-11-29 19:16:19 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-11-29 19:16:19 -0500 |
commit | 897af0c0a87ac7ddfefc70f2c6b51ac25a277882 (patch) | |
tree | daf450a5ad6a6b7eee9bb6655eb4957cae836d5a /src | |
parent | d229296fb59f460bc9f081c18c1f767eae31070f (diff) | |
download | lite-xl-plugin-manager-897af0c0a87ac7ddfefc70f2c6b51ac25a277882.tar.gz lite-xl-plugin-manager-897af0c0a87ac7ddfefc70f2c6b51ac25a277882.zip |
Moved header.
Diffstat (limited to 'src')
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,6 @@ #include <mbedtls/ctr_drbg.h> #include <mbedtls/ssl.h> #include <mbedtls/net.h> -#include <arpa/inet.h> #ifdef _WIN32 #include <direct.h> @@ -30,6 +29,7 @@ #include <netinet/in.h> #include <netdb.h> #include <sys/socket.h> + #include <arpa/inet.h> #define MAX_PATH PATH_MAX #endif |