]> git.eshelyaron.com Git - emacs.git/commitdiff
If HAVE_CONFIG_H, include config.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 08:05:13 +0000 (08:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 08:05:13 +0000 (08:05 +0000)
lwlib/lwlib-utils.c

index 9e535c1996d488c745659b2547935f79e0d295b1..1164482e182ca08c4a4c10f5165520c4fda93993 100644 (file)
@@ -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>