Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 550310 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- ncdu-1.11/src/shell.c
0
++ ncdu-1.11-uclibc/src/shell.c
Lines 32-37 Link Here
32
#include <ncurses.h>
32
#include <ncurses.h>
33
#include <stdlib.h>
33
#include <stdlib.h>
34
#include <unistd.h>
34
#include <unistd.h>
35
#ifdef __UCLIBC__
36
#include <sys/wait.h>
37
#endif
35
38
36
void shell_draw() {
39
void shell_draw() {
37
  char *full_path;
40
  char *full_path;

Return to bug 550310