bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH 03/14] Do not include strings.h


From: gscrivano
Subject: [Bug-wget] [PATCH 03/14] Do not include strings.h
Date: Wed, 11 Jun 2014 17:05:14 +0200

From: Giuseppe Scrivano <address@hidden>

---
 src/warc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/warc.c b/src/warc.c
index dbfc16f..e3e76d0 100644
--- a/src/warc.c
+++ b/src/warc.c
@@ -36,7 +36,6 @@ as that of the covered work.  */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <strings.h>
 #include <time.h>
 #include <tmpdir.h>
 #include <sha1.h>
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]