diff options
| author | Karoly Lorentey | 2006-03-28 17:28:17 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-28 17:28:17 +0000 |
| commit | dc4a4a14333208dc2519888c0d5ccfc53783073d (patch) | |
| tree | a25e57b02613363463e50e22b1793f5fbbf70ac4 /lib-src | |
| parent | 2828d5f9d4f097228e9b64542fd74de4c47135e5 (diff) | |
| download | emacs-dc4a4a14333208dc2519888c0d5ccfc53783073d.tar.gz emacs-dc4a4a14333208dc2519888c0d5ccfc53783073d.zip | |
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
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ | |||
| 40 | #else | 40 | #else |
| 41 | # include <pwd.h> | 41 | # include <pwd.h> |
| 42 | #endif /* not VMS */ | 42 | #endif /* not VMS */ |
| 43 | #include <sys/stat.h> | ||
| 43 | 44 | ||
| 44 | #include <signal.h> | 45 | #include <signal.h> |
| 45 | #include <errno.h> | 46 | #include <errno.h> |