Navigation Menu

Skip to content

Commit

Permalink
Add limits.h to src/node.cc for PATH_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 2, 2009
1 parent 97ce138 commit 82d986d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.cc
Expand Up @@ -15,6 +15,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <limits.h> /* PATH_MAX */
#include <assert.h>
#include <unistd.h>
#include <errno.h>
Expand Down

0 comments on commit 82d986d

Please sign in to comment.