From eb343dde9118d0e7d026214ac3a513b6fbaf49c6 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sat, 26 Oct 2013 18:10:10 -0400
Subject: lib/fd.sh: Add missing "use" commands.

---
(limited to 'lib')

diff --git a/lib/fd.sh b/lib/fd.sh
index 95d68b6..e39d176 100644
--- a/lib/fd.sh
+++ b/lib/fd.sh
@@ -20,6 +20,9 @@
 [ "x${_FD_SM+set}" = 'xset' ] && return 0
 _FD_SM=1
 
+use output
+use locale
+
 _FD_MIN=3
 # Shells and the file descriptors they reserve for the user:
 #   * Debian Almquist Shell
--
cgit v0.9.1