From 88d550e67ed139d637e8c00c189558e5ff5e2cdc Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 15 Mar 2014 04:34:46 +0100 Subject: [PATCH] histedit.h: Add missing #include This fixes building openssh on the bootstrap image. The real problem is that it picks up this file instead of the histedit.h from libedit, though. But since this include was missing anyway, it makes sense to fix this file, too. --- headers/compatibility/bsd/histedit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/compatibility/bsd/histedit.h b/headers/compatibility/bsd/histedit.h index c7415a0b24..89f3af7987 100644 --- a/headers/compatibility/bsd/histedit.h +++ b/headers/compatibility/bsd/histedit.h @@ -40,6 +40,7 @@ #ifndef _HISTEDIT_H_ #define _HISTEDIT_H_ +#include #include #include