Line
Link Here
|
0 |
-- cnv/rletoabA62/rletoabA62.c |
0 |
++ cnv/rletoabA62/rletoabA62.c |
Lines 42-47
Link Here
|
42 |
*/ |
42 |
*/ |
43 |
|
43 |
|
44 |
#include <stdio.h> |
44 |
#include <stdio.h> |
|
|
45 |
#include <stdlib.h> |
46 |
#include <unistd.h> |
47 |
#include <sys/stat.h> |
48 |
#include <fcntl.h> |
45 |
|
49 |
|
46 |
#ifndef TRUE |
50 |
#ifndef TRUE |
47 |
#define TRUE 1 |
51 |
#define TRUE 1 |
48 |
-- tools/mallocNd.c |
52 |
++ tools/mallocNd.c |
Lines 67-72
Link Here
|
67 |
|
67 |
|
68 |
/* Imports */ |
68 |
/* Imports */ |
69 |
#include <stdio.h> |
69 |
#include <stdio.h> |
|
|
70 |
#include <stdlib.h> |
70 |
#include <string.h> |
71 |
#include <string.h> |
71 |
|
72 |
|
72 |
/* Forward declarations */ |
73 |
/* Forward declarations */ |
73 |
-- get/getx11/getx11.h |
74 |
++ get/getx11/getx11.h |
Lines 29-34
Link Here
|
29 |
#include <stdio.h> |
29 |
#include <stdio.h> |
30 |
#include <math.h> |
30 |
#include <math.h> |
31 |
#include <ctype.h> |
31 |
#include <ctype.h> |
|
|
32 |
#include <unistd.h> |
33 |
#include <X11/Xlibint.h> |
32 |
#include <X11/X.h> |
34 |
#include <X11/X.h> |
33 |
#include <X11/Xlib.h> |
35 |
#include <X11/Xlib.h> |
34 |
#include <X11/Xutil.h> |
36 |
#include <X11/Xutil.h> |
35 |
-- tools/into.c |
37 |
++ tools/into.c |
Lines 27-32
Link Here
|
27 |
|
27 |
|
28 |
#include "rle_config.h" |
28 |
#include "rle_config.h" |
29 |
#include <stdio.h> |
29 |
#include <stdio.h> |
|
|
30 |
#include <unistd.h> |
30 |
#include <errno.h> |
31 |
#include <errno.h> |
31 |
#include <sys/types.h> |
32 |
#include <sys/types.h> |
32 |
#include <sys/param.h> /* for MAXPATHLEN */ |
33 |
#include <sys/param.h> /* for MAXPATHLEN */ |
33 |
-- tools/rlecat.c |
34 |
++ tools/rlecat.c |
Lines 15-20
Link Here
|
15 |
*/ |
15 |
*/ |
16 |
|
16 |
|
17 |
#include <stdio.h> |
17 |
#include <stdio.h> |
|
|
18 |
#include <unistd.h> |
18 |
#include "rle.h" |
19 |
#include "rle.h" |
19 |
#include "rle_raw.h" |
20 |
#include "rle_raw.h" |
20 |
|
21 |
|
21 |
-- tools/rleaddcom.c |
22 |
++ tools/rleaddcom.c |
Lines 26-31
Link Here
|
26 |
*/ |
26 |
*/ |
27 |
|
27 |
|
28 |
#include <stdio.h> |
28 |
#include <stdio.h> |
|
|
29 |
#include <unistd.h> |
29 |
#include "rle.h" |
30 |
#include "rle.h" |
30 |
#include <sys/types.h> |
31 |
#include <sys/types.h> |
31 |
#include <sys/param.h> /* for MAXPATHLEN */ |
32 |
#include <sys/param.h> /* for MAXPATHLEN */ |
32 |
-- tools/rlenoise.c |
33 |
++ tools/rlenoise.c |
Lines 20-25
Link Here
|
20 |
*/ |
20 |
*/ |
21 |
|
21 |
|
22 |
#include <stdio.h> |
22 |
#include <stdio.h> |
|
|
23 |
#include <time.h> |
23 |
#include "rle.h" |
24 |
#include "rle.h" |
24 |
|
25 |
|
25 |
/* Change this according the value on your system. This is a crock. */ |
26 |
/* Change this according the value on your system. This is a crock. */ |
26 |
-- cnv/rletorla.c |
27 |
++ cnv/rletorla.c |
Lines 29-34
Link Here
|
29 |
* System includes. |
29 |
* System includes. |
30 |
*/ |
30 |
*/ |
31 |
#include <stdio.h> |
31 |
#include <stdio.h> |
|
|
32 |
#include <unistd.h> |
32 |
#include "rlb_header.h" |
33 |
#include "rlb_header.h" |
33 |
#include "rle.h" |
34 |
#include "rle.h" |
34 |
|
35 |
|