aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorPaul Eggert2011-08-29 13:57:42 -0700
committerPaul Eggert2011-08-29 13:57:42 -0700
commit6e1a67fbe915e6fdc1d63a8e6c434aa79e4e7fb4 (patch)
treef2a9bd3650385156ec388db480dbbf56c2cb22a8 /src/font.c
parent1a091fbc08faa3bab85e74f7fac72a955600a8f6 (diff)
downloademacs-6e1a67fbe915e6fdc1d63a8e6c434aa79e4e7fb4.tar.gz
emacs-6e1a67fbe915e6fdc1d63a8e6c434aa79e4e7fb4.zip
* font.c, gtkutil.c: Include <float.h>.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c1
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
21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 21along 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>