git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a660b8e
)
unix_capture.c: Include <limits.h> for PATH_MAX
author
Eric Biggers
<ebiggers3@gmail.com>
Tue, 14 May 2013 01:43:35 +0000
(20:43 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Tue, 14 May 2013 01:43:35 +0000
(20:43 -0500)
src/unix_capture.c
patch
|
blob
|
history
diff --git
a/src/unix_capture.c
b/src/unix_capture.c
index 74f83d2b59a9dba6c13e1d5c794f70c6a33dc907..963e53dabfb388c1e33dc1a0383348ea972e8ab7 100644
(file)
--- a/
src/unix_capture.c
+++ b/
src/unix_capture.c
@@
-30,8
+30,9
@@
#include <dirent.h>
#include <errno.h>
-#include <
unistd
.h>
+#include <
limits
.h>
#include <sys/stat.h>
+#include <unistd.h>
static int
unix_capture_regular_file(const char *path,