]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/show-status.c
util-lib: move string table stuff into its own string-table.[ch]
[thirdparty/systemd.git] / src / core / show-status.c
index 9e4c9f563eff4621dc72f5a98fbfca5f01208c95..9509b21ccbd44eb592b55271ae24ff470afc86c1 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "fd-util.h"
 #include "parse-util.h"
 #include "show-status.h"
 #include "string-util.h"
+#include "terminal-util.h"
 #include "util.h"
 
 int parse_show_status(const char *v, ShowStatus *ret) {