Mercurial > hg > xemacs-beta
comparison src/eldap.c @ 877:e54d47b2d736
[xemacs-hg @ 2002-06-23 09:54:35 by stephent]
warning fixes <87bsa2qymn.fsf@tleepslib.sk.tsukuba.ac.jp>
unicode improvements <87znxmpc96.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 23 Jun 2002 09:54:41 +0000 |
parents | 804517e16990 |
children | c925bacdda60 |
comparison
equal
deleted
inserted
replaced
876:890f3cafe600 | 877:e54d47b2d736 |
---|---|
33 #include <config.h> | 33 #include <config.h> |
34 #include "lisp.h" | 34 #include "lisp.h" |
35 #include "opaque.h" | 35 #include "opaque.h" |
36 #include "sysdep.h" | 36 #include "sysdep.h" |
37 #include "buffer.h" | 37 #include "buffer.h" |
38 #include "process.h" /* for report_process_error */ | |
38 | 39 |
39 #include <errno.h> | 40 #include <errno.h> |
40 | 41 |
41 #include "eldap.h" | 42 #include "eldap.h" |
42 | 43 |