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

(-)libproxy/modules/config_gnome.cpp_orig (+2 lines)
Lines 21-26 Link Here
21
#include <sys/select.h>   // For select()
21
#include <sys/select.h>   // For select()
22
#include <fcntl.h>        // For fcntl()
22
#include <fcntl.h>        // For fcntl()
23
#include <errno.h>        // For errno stuff
23
#include <errno.h>        // For errno stuff
24
#include <sys/types.h>    // For stat()
25
#include <sys/stat.h>     // For stat()
24
#include <unistd.h>       // For pipe(), close(), vfork(), dup(), execl(), _exit()
26
#include <unistd.h>       // For pipe(), close(), vfork(), dup(), execl(), _exit()
25
#include <signal.h>       // For kill()
27
#include <signal.h>       // For kill()
26
28

Return to bug 332857