]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation error on OpenBSD. (Reported by Han Boetes.)
authorKaroly Lorentey <lorentey@elte.hu>
Tue, 28 Mar 2006 17:28:17 +0000 (17:28 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Tue, 28 Mar 2006 17:28:17 +0000 (17:28 +0000)
* 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

index b538b0093afa43e963340f3d7d6f0f04b384db14..237c398772c5c8f0b4ec349184a4f70c8dd02390 100644 (file)
@@ -40,6 +40,7 @@ Boston, MA 02110-1301, USA.  */
 #else
 # include <pwd.h>
 #endif /* not VMS */
+#include <sys/stat.h>
 
 #include <signal.h>
 #include <errno.h>