diff options
author | Richard Jones <rich@koneko.home.annexia.org> | 2010-03-21 19:45:50 +0000 |
---|---|---|
committer | Richard Jones <rich@koneko.home.annexia.org> | 2010-03-22 10:41:45 +0000 |
commit | fd8b87ec2b0e535e04508595c3da3e32382f6af0 (patch) | |
tree | 3f81b9d037482eb153db8c72524be8dc81b2e7e7 /test-tool | |
parent | 9e397cc16be51f4f3940c7a5b90d0bc43f3f13a8 (diff) | |
download | libguestfs-fd8b87ec2b0e535e04508595c3da3e32382f6af0.tar.gz libguestfs-fd8b87ec2b0e535e04508595c3da3e32382f6af0.tar.xz libguestfs-fd8b87ec2b0e535e04508595c3da3e32382f6af0.zip |
Mac OS X: For PATH_MAX, include <limits.h>
Diffstat (limited to 'test-tool')
-rw-r--r-- | test-tool/test-tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index 0f5ebfc1..223cafca 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -30,6 +30,7 @@ #include <sys/stat.h> #include <sys/wait.h> #include <locale.h> +#include <limits.h> #include <guestfs.h> |