Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424731
Collapse All | Expand All

(-)a/cli/cli_dump.cpp (+3 lines)
Lines 28-33 Link Here
28
#include <string.h>
28
#include <string.h>
29
#include <limits.h> // for CHAR_MAX
29
#include <limits.h> // for CHAR_MAX
30
#include <getopt.h>
30
#include <getopt.h>
31
#ifndef _WIN32
32
#include <unistd.h> // for isatty()
33
#endif
31
34
32
#include "cli.hpp"
35
#include "cli.hpp"
33
#include "cli_pager.hpp"
36
#include "cli_pager.hpp"

Return to bug 424731