commit a200a3ec1b459d291a8aeab131cecaa6ccdf4be1 from: Omar Polo date: Thu Jul 22 12:53:28 2021 UTC include ohash in compat.h commit - c0021fcc82a80773259a6c7b2cb8bec1bd3136cd commit + a200a3ec1b459d291a8aeab131cecaa6ccdf4be1 blob - 6ea26028a79e18da1485e15f3758a97bb420877b blob + e68da343e12b7862e4ece3f72b9d9362a876da5b --- compat.h +++ compat.h @@ -42,8 +42,10 @@ #ifdef HAVE_LIBUTIL # include +# include #else # include "compat/imsg.h" +# include "compat/ohash.h" #endif #ifndef HAVE_ASPRINTF