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
commit2d861d59e2a27fce354637b9f059344f0fc9c944 (patch)
treef9080396830e779b4e30f53d06f34a057ba6beed /src/doprnt.c
parentd2a6b357bc18b440abef5d28e4c976debc93039c (diff)
downloademacs-2d861d59e2a27fce354637b9f059344f0fc9c944.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>