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/net-proxy/oops/files/implicit-decl.patch

10 lines
304 B

diff -Nru oops-1.5.23.orig/src/hash.c oops-1.5.23/src/hash.c
--- oops-1.5.23.orig/src/hash.c 2001-01-28 14:34:43.000000000 +0200
+++ oops-1.5.23/src/hash.c 2007-04-11 14:19:26.000000000 +0300
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <string.h>
#include <strings.h>
#include "hash.h"