summaryrefslogtreecommitdiff
path: root/cmd-line-utils/libedit/historyn.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-line-utils/libedit/historyn.c')
-rw-r--r--cmd-line-utils/libedit/historyn.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd-line-utils/libedit/historyn.c b/cmd-line-utils/libedit/historyn.c
new file mode 100644
index 00000000000..99871ea2075
--- /dev/null
+++ b/cmd-line-utils/libedit/historyn.c
@@ -0,0 +1,5 @@
+#define NARROW_WRAPPER
+#include "config.h"
+#undef WIDECHAR
+#define NARROWCHAR
+#include "./history.c"