From dc4a4a14333208dc2519888c0d5ccfc53783073d Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Tue, 28 Mar 2006 17:28:17 +0000 Subject: [PATCH] Fix compilation error on OpenBSD. (Reported by Han Boetes.) * lib-src/emacsclient.c: Include sys/stat.h. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-540 --- lib-src/emacsclient.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index b538b0093af..237c398772c 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -40,6 +40,7 @@ Boston, MA 02110-1301, USA. */ #else # include #endif /* not VMS */ +#include #include #include -- 2.39.5