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

(-)a/mesh/keyring.c (+1 lines)
Lines 24-29 Link Here
24
#define _GNU_SOURCE
24
#define _GNU_SOURCE
25
#include <fcntl.h>
25
#include <fcntl.h>
26
#include <dirent.h>
26
#include <dirent.h>
27
#include <limits.h>
27
#include <stdio.h>
28
#include <stdio.h>
28
#include <unistd.h>
29
#include <unistd.h>
29
#include <dirent.h>
30
#include <dirent.h>
(-)a/mesh/mesh-config-json.c (+1 lines)
Lines 27-32 Link Here
27
#include <fcntl.h>
27
#include <fcntl.h>
28
#include <ftw.h>
28
#include <ftw.h>
29
#include <libgen.h>
29
#include <libgen.h>
30
#include <limits.h>
30
#include <stdio.h>
31
#include <stdio.h>
31
#include <string.h>
32
#include <string.h>
32
#include <unistd.h>
33
#include <unistd.h>
(-)a/mesh/node.c (+1 lines)
Lines 23-28 Link Here
23
23
24
#define _GNU_SOURCE
24
#define _GNU_SOURCE
25
#include <dirent.h>
25
#include <dirent.h>
26
#include <limits.h>
26
#include <stdio.h>
27
#include <stdio.h>
27
#include <sys/time.h>
28
#include <sys/time.h>
28
29
(-)a/mesh/util.c (-1 / +1 lines)
Lines 25-30 Link Here
25
#include <dirent.h>
25
#include <dirent.h>
26
#include <ftw.h>
26
#include <ftw.h>
27
#include <stdio.h>
27
#include <stdio.h>
28
#include <limits.h>
28
#include <time.h>
29
#include <time.h>
29
#include <sys/time.h>
30
#include <sys/time.h>
30
31
31
- 

Return to bug 695940