From bbf556f9b006408d5754d8d4d31c62b3f142cba6 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Fri, 3 Jan 2020 12:56:28 +0000 Subject: [PATCH] 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 604b23da..3becfce3 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