summaryrefslogtreecommitdiff
path: root/src/doprnt.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-16 05:45:11 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-16 05:45:11 +0000
commit6d291527afe29bdc9b96cf660c56b8bc634b9b19 (patch)
tree2d7a227987b9b76394323f3ed8a7c0ef0a2481de /src/doprnt.c
parent22e5421fadd53640676d2dfa9d8a87ef59dded20 (diff)
downloademacs-6d291527afe29bdc9b96cf660c56b8bc634b9b19.tar.gz
Include config.h.
Diffstat (limited to 'src/doprnt.c')
-rw-r--r--src/doprnt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doprnt.c b/src/doprnt.c
index 52a3ccebf36..1683c414a08 100644
--- a/src/doprnt.c
+++ b/src/doprnt.c
@@ -20,6 +20,7 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <config.h>
#include <stdio.h>
#include <ctype.h>