Skip to content
Commit 2de206d8 authored by Jesper Juhl's avatar Jesper Juhl Committed by Adrian Bunk
Browse files

Fix compiler warning in smount example program from sharedsubtree.txt



If one compiles the example smount program, found in
Documentation/sharedsubtree.txt, with -Wall then there's a small
compiler warning rearing its ugly head :

 smount.c: In function 'main':
 smount.c:45: warning: implicit declaration of function 'strcmp'

Easily fixed by just including string.h

Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent f8c34f98
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment