Files
pkgsrc-ng/misc/esniper/patches/patch-http_c
2013-09-26 17:14:40 +02:00

15 lines
326 B
Plaintext

$NetBSD: patch-http_c,v 1.1 2011/10/03 02:56:53 dholland Exp $
Fix build with recent curl.
--- http.c~ 2010-05-16 04:58:18.000000000 +0000
+++ http.c
@@ -27,7 +27,6 @@
#include "http.h"
#include "esniper.h"
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <stdlib.h>
#include <string.h>