diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-29 14:55:02 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-29 14:55:02 -0700 |
commit | 24741e4ea23ac8c498046f5dabf0dd07c84bace4 (patch) | |
tree | cc2b20e7a9bf0614f55f8aada651478ea593bdfd | |
parent | 92c2f4a177cdb77aab262f71c87257e840f4a43c (diff) | |
download | vyatta-cfg-24741e4ea23ac8c498046f5dabf0dd07c84bace4.tar.gz vyatta-cfg-24741e4ea23ac8c498046f5dabf0dd07c84bace4.zip |
Add missing include
Pickup definition of bye() to avoid warning.
-rw-r--r-- | src/cli_path_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_path_utils.c b/src/cli_path_utils.c index 642b5ae..4111568 100644 --- a/src/cli_path_utils.c +++ b/src/cli_path_utils.c @@ -55,6 +55,7 @@ #include <string.h> #include "cli_path_utils.h" +#include "cli_val.h" /********************* * Data definitions |