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

Collapse All | Expand All

(-)src/common.h~ (+2 lines)
Lines 2-7 Link Here
2
#define _COMMON_H
2
#define _COMMON_H
3
3
4
#include <stdio.h>
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <string.h>
5
#include <sys/socket.h>
7
#include <sys/socket.h>
6
8
7
int check_mount(char *s);
9
int check_mount(char *s);
(-)src/conky.c (+1 lines)
Lines 41-46 Link Here
41
#include <dirent.h>
41
#include <dirent.h>
42
#endif
42
#endif
43
#include <sys/time.h>
43
#include <sys/time.h>
44
#include <sys/param.h>
44
#ifdef X11
45
#ifdef X11
45
#include "x11.h"
46
#include "x11.h"
46
#include <X11/Xutil.h>
47
#include <X11/Xutil.h>
(-)src/mail.c (+2 lines)
Lines 35-44 Link Here
35
#include <stdio.h>
35
#include <stdio.h>
36
#include <string.h>
36
#include <string.h>
37
#include <unistd.h>
37
#include <unistd.h>
38
#include <limits.h>
38
#include <netdb.h>
39
#include <netdb.h>
39
#include <sys/socket.h>
40
#include <sys/socket.h>
40
#include <sys/stat.h>
41
#include <sys/stat.h>
41
#include <sys/time.h>
42
#include <sys/time.h>
43
#include <sys/param.h>
42
44
43
#include <dirent.h>
45
#include <dirent.h>
44
#include <errno.h>
46
#include <errno.h>

Return to bug 251726