From 0a43c86723acd59a22bb93a2c96611bb3250ac27 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 11 Mar 2010 11:09:55 +0200 Subject: [PATCH] build: include stdlib.h for atoi() --- gst/udp/gstudpnetutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/udp/gstudpnetutils.c b/gst/udp/gstudpnetutils.c index 45662871d1..eb47ad66d5 100644 --- a/gst/udp/gstudpnetutils.c +++ b/gst/udp/gstudpnetutils.c @@ -25,6 +25,7 @@ #include #include +#include #include #include