~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to client/gui-gtk-2.0/helpdlg.c

  • Committer: Bazaar Package Importer
  • Author(s): Karl Goetz
  • Date: 2010-06-05 20:54:23 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100605205423-k8214w6arwvu1wt0
Tags: 2.2.1-1
* New upstream release, thanks Ansgar Burchardt for help preparing
the package (Closes: 584589)
* Use 'Arrange widgets for small screens' by default
* Fix package dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <stdio.h>
20
20
#include <stdlib.h>
21
21
#include <string.h>
 
22
#include <math.h> /* sqrt */
22
23
 
23
24
#include <gtk/gtk.h>
24
25
#include "gtkpixcomm.h"