You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/cmt/files/cmt-1.22-limits.patch

11 lines
268 B

--- source/cmt_awk.cxx.orig 2011-03-23 19:03:17.000000000 +0000
+++ source/cmt_awk.cxx 2011-03-23 19:03:48.000000000 +0000
@@ -12,6 +12,7 @@
#define PATH_MAX _MAX_PATH
#endif
+#include <climits>
#include "cmt_awk.h"
#include "cmt_system.h"
#include "cmt_log.h"