diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-01-03 05:46:58 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-01-03 05:46:58 +0000 |
commit | 8eb36ebbd560a048814890dd652449aac97e85ed (patch) | |
tree | 5c35b1df719abdd7c1e26c672aa8888b3b5ff606 /gtk/gtkcurve.c | |
parent | 39f02b638bd69903f2ceaddb875e22f5f2edbf2b (diff) | |
download | gtk+-8eb36ebbd560a048814890dd652449aac97e85ed.tar.gz |
Several portability fixes from Michael Callahan <callahan@xmission.com>
* Several portability fixes from Michael Callahan
<callahan@xmission.com> including adding in missing
#includes and adding void in function prototypes.
-Shawn
Diffstat (limited to 'gtk/gtkcurve.c')
-rw-r--r-- | gtk/gtkcurve.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcurve.c b/gtk/gtkcurve.c index 93efd10150..e71785c5a1 100644 --- a/gtk/gtkcurve.c +++ b/gtk/gtkcurve.c @@ -15,6 +15,7 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdlib.h> #include <string.h> #include <math.h> |