summaryrefslogtreecommitdiffstats
path: root/dotlock.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-08-28 10:43:08 -0700
committerBrendan Cully <brendan@kublai.com>2007-08-28 10:43:08 -0700
commit5342f1ee03ae47b66c2710eb5962aa13e196c67d (patch)
tree7a19dd8b9476f4c593318e6d59307b7029fb7909 /dotlock.c
parent5cf40aacdaaa972ffa35d44ca2fd90e27c111e81 (diff)
Use limits.h for PATH_MAX instead of posix1_lim.h (closes #2525)
Diffstat (limited to 'dotlock.c')
-rw-r--r--dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotlock.c b/dotlock.c
index 706d3948..c1fb7041 100644
--- a/dotlock.c
+++ b/dotlock.c
@@ -43,7 +43,7 @@
#include <limits.h>
#ifndef _POSIX_PATH_MAX
-#include <posix1_lim.h>
+#include <limits.h>
#endif
#include "dotlock.h"