diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 09:36:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 09:44:02 -0400 |
commit | a29bca4b79f19e9f04420b545bdec27ddc99150c (patch) | |
tree | 5c02a4e1f38ef73bd80f2334887ac0476c8ecdb7 /include/conda.h | |
parent | 5a9688e9e78a25a42bddfc4388fb4ce3311ded74 (diff) | |
download | stasis-a29bca4b79f19e9f04420b545bdec27ddc99150c.tar.gz |
Fix includes
Diffstat (limited to 'include/conda.h')
-rw-r--r-- | include/conda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conda.h b/include/conda.h index b26c7a3..1eb42f4 100644 --- a/include/conda.h +++ b/include/conda.h @@ -4,7 +4,9 @@ #include <stdio.h> #include <string.h> +#include <sys/utsname.h> #include "core.h" +#include "download.h" #define CONDA_INSTALL_PREFIX "conda" #define PYPI_INDEX_DEFAULT "https://pypi.org/simple" |