netstar pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=bbf556f9b006408d5754d8d4d31c62b3f142cba6
commit bbf556f9b006408d5754d8d4d31c62b3f142cba6 Author: Alastair Poole <[email protected]> Date: Fri Jan 3 12:56:28 2020 +0000 termptyesc: Add missing header. We need to include utils.h for strchrnul if it doesn't exist on the build system. --- src/bin/termptyesc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index 604b23d..3becfce 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -9,6 +9,7 @@ #include "termptyesc.h" #include "termptyops.h" #include "termptyext.h" +#include "utils.h" #if defined(ENABLE_TESTS) #include "tytest.h" #endif --
