mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
10 lines
233 B
C++
10 lines
233 B
C++
--- shape.cc.orig Fri Jul 12 07:55:33 2002
|
|
+++ shape.cc Fri Jul 12 07:56:13 2002
|
|
@@ -21,6 +21,7 @@
|
|
//
|
|
|
|
#include "swf.h"
|
|
+#include <math.h>
|
|
|
|
#ifdef RCSID
|
|
static char *rcsid = "$Id: shape.cc,v 1.5 1999/09/10 13:08:52 ode Exp $";
|