Fix a minor bug; if strings.subr was included by itself it may not have

access to f_dprintf from common.subr -- fix this by including common.subr.

Approved by:	re (glebius)
This commit is contained in:
Devin Teske 2013-10-11 17:54:22 +00:00
parent 6bfa4a638c
commit fcaed0c1a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256322

View File

@ -26,6 +26,11 @@ if [ ! "$_STRINGS_SUBR" ]; then _STRINGS_SUBR=1
#
# $FreeBSD$
#
############################################################ INCLUDES
BSDCFG_SHARE="/usr/share/bsdconfig"
. $BSDCFG_SHARE/common.subr || exit 1
############################################################ GLOBALS
#