[Box Backup-commit] COMMIT r3515 - box/trunk/lib/common

subversion at boxbackup.org subversion at boxbackup.org
Fri Jan 2 20:31:42 GMT 2015


Author: chris
Date: 2015-01-02 20:31:42 +0000 (Fri, 02 Jan 2015)
New Revision: 3515

Modified:
   box/trunk/lib/common/DebugMemLeakFinder.cpp
Log:
Add missing include file for PATH_MAX.


Modified: box/trunk/lib/common/DebugMemLeakFinder.cpp
===================================================================
--- box/trunk/lib/common/DebugMemLeakFinder.cpp	2015-01-02 20:13:33 UTC (rev 3514)
+++ box/trunk/lib/common/DebugMemLeakFinder.cpp	2015-01-02 20:31:42 UTC (rev 3515)
@@ -19,6 +19,7 @@
 	#include <unistd.h>
 #endif
 
+#include <limits.h>
 #include <signal.h>
 #include <stdio.h>
 #include <string.h>




More information about the Boxbackup-commit mailing list