summaryrefslogtreecommitdiff
blob: 6e371fc4a835d9a70d596f5f49b410776ec344bf (plain)
1
2
3
4
5
6
7
8
9
10
--- src/mysql-udf-http.c.orig	2010-09-06 06:00:32.000000000 +0200
+++ src/mysql-udf-http.c	2011-10-18 16:36:37.000000000 +0200
@@ -2,6 +2,7 @@
 #include <string.h>
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <curl/curl.h>
 #include "mysql-udf-http.h"