From: Michael Tremer Date: Tue, 24 Apr 2018 11:30:13 +0000 (+0100) Subject: net.c: Include string.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fcompile-fixes;p=people%2Fms%2Fdma.git net.c: Include string.h Various functions that have been used come from string.h. GCC compiled dma without this header, but unfortunately the binary segfaulted at random times. Signed-off-by: Michael Tremer --- diff --git a/net.c b/net.c index a1cc3e3..221dda1 100644 --- a/net.c +++ b/net.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #include