commit c8c572e436db2059fd96ca1b0d10cdfe95c4090e from: Omar Polo date: Tue Feb 08 20:46:36 2022 UTC fix compilation; add missing header commit - e95a72488ce30c8d26ffe8c5f6fc0a902cd879ac commit + c8c572e436db2059fd96ca1b0d10cdfe95c4090e blob - ee081ceaeeaa62ce81b1bdcf488dbd0cb908c515 blob + 9787cc37342d7cd238dceda333eba50504d1b807 --- cmd.c +++ cmd.c @@ -28,6 +28,7 @@ #include "telescope.h" #include "ui.h" #include "utf8.h" +#include "utils.h" #define GUARD_RECURSIVE_MINIBUFFER() \ do { \