summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorZhaolei <zhaolei@cn.fujitsu.com>2008-06-02 17:20:00 +0800
committerZhaolei <zhaolei@cn.fujitsu.com>2008-06-02 17:20:00 +0800
commite00f99a7fa8d32811ee6af9bff04dcb7c6485bc9 (patch)
treebfd2b78de32cea36f66d6a89ef80a753dbdd6a09 /main.cxx
parenta929fd0f0a377972e62212f5ea3b18983192a998 (diff)
downloadsystemtap-steved-e00f99a7fa8d32811ee6af9bff04dcb7c6485bc9.tar.gz
systemtap-steved-e00f99a7fa8d32811ee6af9bff04dcb7c6485bc9.tar.xz
systemtap-steved-e00f99a7fa8d32811ee6af9bff04dcb7c6485bc9.zip
Fix compile error caused by PATH_MAX in F9.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cxx b/main.cxx
index 7b5decd8..bba27e31 100644
--- a/main.cxx
+++ b/main.cxx
@@ -26,6 +26,7 @@
#include <sstream>
#include <cerrno>
#include <cstdlib>
+#include <limits.h>
extern "C" {
#include <glob.h>