From 2cbcc8296856ecdde5f67ebcc70b8d38bc169de3 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 11 Mar 2013 13:38:18 -0700 Subject: [PATCH] Add some headers to fix the build on OpenBSD https://github.com/fish-shell/fish-shell/issues/616 --- expand.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expand.cpp b/expand.cpp index a653adf4c..886087f66 100644 --- a/expand.cpp +++ b/expand.cpp @@ -15,6 +15,8 @@ parameter expansion. #include #include #include +#include +#include #include #include #include