[commit][3176] Eliminate a warning by pulling in stdlib.h to the libmpeg' s changesForSqueak.c

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit][3176] Eliminate a warning by pulling in stdlib.h to the libmpeg' s changesForSqueak.c

commits-3
 
Revision: 3176
Author:   eliot
Date:     2014-12-12 11:53:24 -0800 (Fri, 12 Dec 2014)
Log Message:
-----------
Eliminate a warning by pulling in stdlib.h to the libmpeg's changesForSqueak.c

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c
===================================================================
--- trunk/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c 2014-12-11 01:45:10 UTC (rev 3175)
+++ trunk/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/changesForSqueak.c 2014-12-12 19:53:24 UTC (rev 3176)
@@ -33,6 +33,7 @@
 // Sept 7nd, 2001 JMM added carbon logic
 // May 31st, 2002 JMM a few additions to make it compile on the mac with latest code
 
+#include <stdlib.h>
 #include <string.h>
 #include "mpeg3private.h"
 #include "changesForSqueak.h"


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Wed Dec 10 17:45:29 PST 2014
   + Fri Dec 12 11:53:17 PST 2014