diff options
| author | Richard M. Stallman | 1995-04-10 08:05:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 08:05:13 +0000 |
| commit | d6c5b98afe46d14549c97edc4fa07e8ba292ea73 (patch) | |
| tree | f00bae05770fb3906c73f12bfc7f781260d28e3c | |
| parent | ee0a8e7485eb0e820c22737423f3c354bed51dfc (diff) | |
| download | emacs-d6c5b98afe46d14549c97edc4fa07e8ba292ea73.tar.gz emacs-d6c5b98afe46d14549c97edc4fa07e8ba292ea73.zip | |
If HAVE_CONFIG_H, include config.h.
| -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 | |||
| 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 | 19 | ||
| 20 | #ifdef HAVE_CONFIG_H | ||
| 21 | #include <config.h> | ||
| 22 | #endif | ||
| 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> |