changeset 83500:0a651d0085ee

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
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 28 Mar 2006 17:28:17 +0000
parents 0fe580113f72
children 9490895469d4
files lib-src/emacsclient.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Sun Mar 26 16:34:35 2006 +0000
+++ b/lib-src/emacsclient.c	Tue Mar 28 17:28:17 2006 +0000
@@ -40,6 +40,7 @@
 #else
 # include <pwd.h>
 #endif /* not VMS */
+#include <sys/stat.h>
 
 #include <signal.h>
 #include <errno.h>