From: Ben Pfaff Date: Thu, 8 Feb 2007 05:39:18 +0000 (+0000) Subject: Add #include . Thanks to John McCabe-Dansted X-Git-Tag: v0.6.0~558 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0d9ca81d63a9f4836b6dde48cbbd51b96b401f;p=pspp-builds.git Add #include . Thanks to John McCabe-Dansted for pointing out the need. --- diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 60fd5761..59d7d0e7 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 7 21:38:12 2007 Ben Pfaff + + * afm.c: Add #include . Thanks to John McCabe-Dansted + for pointing out the need. + Sun Oct 8 07:09:34 WST 2006 John Darrington * table.c (tab_destroy): Freed title, since this is not allocated diff --git a/src/output/afm.c b/src/output/afm.c index af4f8199..0eeaf4ee 100644 --- a/src/output/afm.c +++ b/src/output/afm.c @@ -22,6 +22,7 @@ #include "c-strtod.h" #include #include +#include #include #include #include