* Lots of codec updates
[firmerware] / include / tic55x / string.h
index 66a4910..72b712a 100644 (file)
@@ -17,6 +17,8 @@
  * along with 0cpm Firmerware.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <stdlib.h>
+
 int memcmp(const void *s1, const void *s2, size_t n);
 void *memcpy(void *dest, const void *src, size_t n);
 void *memset(void *s, int c, size_t n);