You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch

11 lines
262 B

--- 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"