Mercurial > emacs
comparison lwlib/lwlib-utils.c @ 11358:cba458f0dc21
If HAVE_CONFIG_H, include config.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 08:05:13 +0000 |
parents | bdf8b696b76a |
children | 5a7e9e98add7 |
comparison
equal
deleted
inserted
replaced
11357:34246eb34e98 | 11358:cba458f0dc21 |
---|---|
14 GNU General Public License for more details. | 14 GNU General Public License for more details. |
15 | 15 |
16 You should have received a copy of the GNU General Public License | 16 You should have received a copy of the GNU General Public License |
17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
19 | |
20 #ifdef HAVE_CONFIG_H | |
21 #include <config.h> | |
22 #endif | |
19 | 23 |
20 #include <X11/Xatom.h> | 24 #include <X11/Xatom.h> |
21 #include <X11/IntrinsicP.h> | 25 #include <X11/IntrinsicP.h> |
22 #include <X11/ObjectP.h> | 26 #include <X11/ObjectP.h> |
23 #include "lwlib-utils.h" | 27 #include "lwlib-utils.h" |