Mercurial > pidgin
diff finch/libgnt/gntprogressbar.c @ 28836:88d889b54df4
Fix building finch & libgnt using older gcc or non-gcc compilers that do
not understand G_GNUC_NULL_TERMINATED
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Thu, 31 Dec 2009 17:33:35 +0000 |
| parents | 0a5823a58279 |
| children | a8cc50c2279f |
line wrap: on
line diff
--- a/finch/libgnt/gntprogressbar.c Thu Dec 31 14:53:58 2009 +0000 +++ b/finch/libgnt/gntprogressbar.c Thu Dec 31 17:33:35 2009 +0000 @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA **/ +#include "gntinternal.h" #include "gntprogressbar.h" #include "gntutils.h"
