diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-10 08:05:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-10 08:05:13 +0000 |
commit | e09c8ebb38ddf4b9897d8c9e5f75bd222efb5ca3 (patch) | |
tree | 7c38e360db5ce4dc3600f33be3015f0fe94ef1ba /lwlib | |
parent | 80ba39cb23e25a0d6fed3e22fa0847f6349c6626 (diff) | |
download | emacs-e09c8ebb38ddf4b9897d8c9e5f75bd222efb5ca3.tar.gz |
If HAVE_CONFIG_H, include config.h.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib-utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 9e535c1996d..1164482e182 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <X11/Xatom.h> #include <X11/IntrinsicP.h> #include <X11/ObjectP.h> |