Changelog: Include port.h so we define M_PI on Mingw build
Index: winclock.c
===================================================================
RCS file: /home/wine/wine/programs/clock/winclock.c,v
retrieving revision 1.7
diff -u -r1.7 winclock.c
--- winclock.c 15 Jul 2003 20:43:57 -0000 1.7
+++ winclock.c 28 Jul 2003 00:12:19 -0000
@@ -24,6 +24,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "config.h" +#include "wine/port.h" + #include <math.h> #include <stdlib.h> #include <string.h>