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

(-)a/tools/watchgnupg.c (-1 / +1 lines)
Lines 28-33 Link Here
28
#include <stdarg.h>
28
#include <stdarg.h>
29
#include <assert.h>
29
#include <assert.h>
30
#include <unistd.h>
30
#include <unistd.h>
31
#include <sys/select.h>
31
#include <sys/socket.h>
32
#include <sys/socket.h>
32
#include <sys/un.h>
33
#include <sys/un.h>
33
#include <netinet/in.h>
34
#include <netinet/in.h>
34
- 

Return to bug 586432