[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-179-g38e0e4b
Service Account
git at mcs.anl.gov
Sun Sep 20 22:12:22 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, dev-modular has been updated
via 38e0e4be33dc4a4761ed3915311043b71aedfbfb (commit)
from cb808ec2ab449f156045621f0e3998a544387adc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 38e0e4be33dc4a4761ed3915311043b71aedfbfb
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date: Sun Sep 20 22:11:49 2015 -0500
add include for PATH_MAX header
-----------------------------------------------------------------------
Summary of changes:
darshan-util/darshan-logutils.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Diff of changes:
diff --git a/darshan-util/darshan-logutils.h b/darshan-util/darshan-logutils.h
index daac641..ad61957 100644
--- a/darshan-util/darshan-logutils.h
+++ b/darshan-util/darshan-logutils.h
@@ -7,6 +7,7 @@
#ifndef __DARSHAN_LOG_UTILS_H
#define __DARSHAN_LOG_UTILS_H
+#include <linux/limits.h>
#include <zlib.h>
#ifdef HAVE_LIBBZ2
#include <bzlib.h>
hooks/post-receive
--
More information about the Darshan-commits
mailing list