]> diplodocus.org Git - nmh/blobdiff - uip/fmtdump.c
Include proper header without READLINE_SUPPORT.
[nmh] / uip / fmtdump.c
index 7293e134f1c41dc97cd7b92db4e514a09cba54dc..18c356a5a5430fbf5557a612fdb6e8cb02bf75fc 100644 (file)
@@ -5,12 +5,19 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/fmt_scan.h>
-#include <h/fmt_compile.h>
-#include <h/scansbr.h>
+#include "h/mh.h"
+#include "sbr/fmt_new.h"
+#include "scansbr.h"
+#include "sbr/getarguments.h"
+#include "sbr/smatch.h"
+#include "sbr/ambigsw.h"
+#include "sbr/print_version.h"
+#include "sbr/print_help.h"
+#include "sbr/error.h"
+#include "h/fmt_scan.h"
+#include "h/fmt_compile.h"
 #include "h/done.h"
-#include <h/utils.h>
+#include "h/utils.h"
 
 #define FMTDUMP_SWITCHES \
     X("form formatfile", 0, FORMSW) \
@@ -379,6 +386,7 @@ f_typestr(int t)
        case FT_LS_PRETTY: return "LS_PRETTY";
        case FT_LS_KILO: return "LS_KILO";
        case FT_LS_KIBI: return "LS_KIBI";
+       case FT_LS_ORDINAL: return "LS_ORDINAL";
        case FT_LV_SEC: return "LV_SEC";
        case FT_LV_MIN: return "LV_MIN";
        case FT_LV_HOUR: return "LV_HOUR";