diff options
Diffstat (limited to 'cmdedit.c')
-rw-r--r-- | cmdedit.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | |||
57 | static const int MAX_HISTORY = 15; /* Maximum length of the linked list for the command line history */ | 60 | static const int MAX_HISTORY = 15; /* Maximum length of the linked list for the command line history */ |
58 | 61 | ||
59 | enum { | 62 | enum { |