stubs: Fix warning caused by missing include statement
commit2822c1b65b54341dee33a85c96d419512f2b2da2
authorStefan Weil <sw@weilnetz.de>
Fri, 6 Feb 2015 21:43:15 +0000 (6 22:43 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Feb 2015 07:26:05 +0000 (10 10:26 +0300)
tree20b1725315b3e8ebd1e8195e5b26a8e17b2d1db5
parent51575c3fca79b90953502dd1fa574711155a167e
stubs: Fix warning caused by missing include statement

Warning from the Sparse static analysis tool:

stubs/qtest.c:14:6:
 warning: symbol 'qtest_allowed' was not declared. Should it be static?

Add the missing include statement which declares qtest_allowed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
stubs/qtest.c