diff options
| author | Richard M. Stallman | 1993-11-16 05:45:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-16 05:45:11 +0000 |
| commit | 6d291527afe29bdc9b96cf660c56b8bc634b9b19 (patch) | |
| tree | 2d7a227987b9b76394323f3ed8a7c0ef0a2481de /src | |
| parent | 22e5421fadd53640676d2dfa9d8a87ef59dded20 (diff) | |
| download | emacs-6d291527afe29bdc9b96cf660c56b8bc634b9b19.tar.gz emacs-6d291527afe29bdc9b96cf660c56b8bc634b9b19.zip | |
Include config.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doprnt.c | 1 |
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 | |||
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | ||
| 23 | #include <stdio.h> | 24 | #include <stdio.h> |
| 24 | #include <ctype.h> | 25 | #include <ctype.h> |
| 25 | 26 | ||