aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmdedit.c')
-rw-r--r--cmdedit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmdedit.c b/cmdedit.c
index ed441d394..2e57b9a34 100644
--- a/cmdedit.c
+++ b/cmdedit.c
@@ -54,6 +54,9 @@
54#include <sys/stat.h> 54#include <sys/stat.h>
55#endif 55#endif
56 56
57#include "pwd_grp/pwd.h"
58
59
57static const int MAX_HISTORY = 15; /* Maximum length of the linked list for the command line history */ 60static const int MAX_HISTORY = 15; /* Maximum length of the linked list for the command line history */
58 61
59enum { 62enum {