From c1ff5570f4a04bb9aedea444c12dce81679224ec Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 10 Feb 2015 12:56:53 +0100 Subject: Add missing includes in header files This fixes various issues found by globally reordering the include sections of all .c files. --- src/shared/ptyfwd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/ptyfwd.h') diff --git a/src/shared/ptyfwd.h b/src/shared/ptyfwd.h index d65b66a3d0..d3e229bd70 100644 --- a/src/shared/ptyfwd.h +++ b/src/shared/ptyfwd.h @@ -23,7 +23,9 @@ #include #include +#include +#include "util.h" #include "sd-event.h" typedef struct PTYForward PTYForward; -- cgit v1.2.3-54-g00ecf