]> git.ipfire.org Git - people/ms/dma.git/commit
net.c: Include string.h compile-fixes
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Apr 2018 11:30:13 +0000 (12:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Apr 2018 11:30:13 +0000 (12:30 +0100)
commit60cf6f03a4b13ec0e491a282ab5233a1619a7a66
tree8cc5df999d98de2b24f069d46227e4cc6042b0fb
parenta0adb569c69e79a3aa898ffa6547b8e560a17019
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 <michael.tremer@ipfire.org>
net.c