packages/net-misc/esniper/files/esniper-2.26.0-remove-types-h.patch (579B) - raw
1 Source: Dan Callaghan <djc@djc.id.au>
2 Upstream: already fixed https://sourceforge.net/tracker/?func=detail&aid=3389276&group_id=45285&atid=442436
3 Reason: curl dropped this header, it was empty and not needed
4
5 diff -ur esniper-2-26-0/http.c esniper-2-26-0.fixed/http.c
6 --- esniper-2-26-0/http.c 2011-08-10 05:05:59.000000000 +1000
7 +++ esniper-2-26-0.fixed/http.c 2011-08-15 14:27:23.841998416 +1000
8 @@ -28,7 +28,6 @@
9 #include "esniper.h"
10 #include <ctype.h>
11 #include <curl/curl.h>
12 -#include <curl/types.h>
13 #include <curl/easy.h>
14 #include <stdlib.h>
15 #include <string.h>