Replace <strings.h> with <string.h>. No functions from the former are
used in this file, and strlen() needs to be prototyped by the latter, for this to compile without warnings. Reviewed by: mike
This commit is contained in:
parent
33c7d9aaba
commit
a7c1ac2f62
@ -49,7 +49,7 @@ static const char rcsid[] =
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "dd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user