Blame SOURCES/0013-tcpslice-stdlib.patch

1f5cfb
diff --git a/tcpslice-1.2a3/util.c b/tcpslice-1.2a3/util.c
1f5cfb
index cebaa5b..cada4c1 100644
1f5cfb
--- a/tcpslice-1.2a3/util.c
1f5cfb
+++ b/tcpslice-1.2a3/util.c
1f5cfb
@@ -27,6 +27,7 @@ static const char rcsid[] =
1f5cfb
 #include <sys/types.h>
1f5cfb
 
1f5cfb
 #include <stdio.h>
1f5cfb
+#include <stdlib.h>
1f5cfb
 #if __STDC__
1f5cfb
 #include <stdarg.h>
1f5cfb
 #else