]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/strutils: include strings.h
authorKarel Zak <kzak@redhat.com>
Thu, 5 Jan 2023 15:01:11 +0000 (16:01 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Jan 2023 15:01:11 +0000 (16:01 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/strutils.c

index b35d059419a014126aa576d5f99f9cb55a8e5362..830abc976db3dfd345ece3c57f5955f675daf051 100644 (file)
@@ -12,6 +12,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <string.h>
+#include <strings.h>
 #include <assert.h>
 
 #include "c.h"