Rev 4264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4264 | Rev 4496 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | #include <stdlib.h> |
32 | #include <stdlib.h> |
| 33 | #include <unistd.h> |
33 | #include <unistd.h> |
| 34 | #include <fcntl.h> |
34 | #include <fcntl.h> |
| 35 | #include <dirent.h> |
35 | #include <dirent.h> |
| 36 | #include <getopt.h> |
36 | #include <getopt.h> |
| - | 37 | #include <mem.h> |
|
| - | 38 | #include <string.h> |
|
| 37 | 39 | ||
| 38 | #include "config.h" |
40 | #include "config.h" |
| 39 | #include "errors.h" |
41 | #include "errors.h" |
| 40 | #include "util.h" |
42 | #include "util.h" |
| 41 | #include "entry.h" |
43 | #include "entry.h" |