termptyesc: Add missing header.

We need to include utils.h for strchrnul if it doesn't exist on
the build system.
This commit is contained in:
Alastair Poole 2020-01-03 12:56:28 +00:00
parent ba9932a0a9
commit bbf556f9b0
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "termptyesc.h"
#include "termptyops.h"
#include "termptyext.h"
#include "utils.h"
#if defined(ENABLE_TESTS)
#include "tytest.h"
#endif