diff options
Diffstat (limited to 'src/font.c')
| -rw-r--r-- | src/font.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c index cc5939982d3..1609a2cc9ff 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -21,6 +21,7 @@ You should have received a copy of the GNU General Public License | |||
| 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include <float.h> | ||
| 24 | #include <stdio.h> | 25 | #include <stdio.h> |
| 25 | #include <ctype.h> | 26 | #include <ctype.h> |
| 26 | #include <setjmp.h> | 27 | #include <setjmp.h> |