[Darshan-commits] [Git][darshan/darshan][master] make limits.h include more portable
Shane Snyder
xgitlab at cels.anl.gov
Thu Apr 14 11:25:36 CDT 2016
Shane Snyder pushed to branch master at darshan / darshan
Commits:
c5f7703a by Shane Snyder at 2016-04-14T11:23:36-05:00
make limits.h include more portable
- - - - -
1 changed file:
- darshan-util/darshan-logutils.h
Changes:
=====================================
darshan-util/darshan-logutils.h
=====================================
--- a/darshan-util/darshan-logutils.h
+++ b/darshan-util/darshan-logutils.h
@@ -7,7 +7,7 @@
#ifndef __DARSHAN_LOG_UTILS_H
#define __DARSHAN_LOG_UTILS_H
-#include <linux/limits.h>
+#include <limits.h>
#include <zlib.h>
#ifdef HAVE_LIBBZ2
#include <bzlib.h>
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/c5f7703a0b162a918ca82c3d3ca57ce3ef5553b2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160414/5f6c2b7c/attachment.html>
More information about the Darshan-commits
mailing list