diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-13 15:01:29 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-18 23:07:13 -0400 |
commit | 63cf3148cc3f60edf5c604a562ec95b40b8cb010 (patch) | |
tree | e79dc71b41380aae80af0592e1c18ff6f1b6a245 /include | |
parent | f2a5bc62bf1820842d20bb692fda9634e0743006 (diff) | |
download | stasis-63cf3148cc3f60edf5c604a562ec95b40b8cb010.tar.gz |
Add multiprocessing.h to core.h
* Remove multiprocessing.h from other files
Diffstat (limited to 'include')
-rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 614a894..5011dea 100644 --- a/include/core.h +++ b/include/core.h @@ -22,6 +22,7 @@ #include "config.h" #include "core_mem.h" +#include "multiprocessing.h" #include "envctl.h" #include "template.h" #include "utils.h" |