11 lines
264 B
Diff
11 lines
264 B
Diff
--- xplc/modulemgr.cc.old 2015-09-23 21:09:18.684676331 -0400
|
|
+++ xplc/modulemgr.cc 2015-09-23 21:07:19.369914303 -0400
|
|
@@ -30,7 +30,5 @@
|
|
# include <stdint.h>
|
|
#endif
|
|
-#ifdef HAVE_LIMITS_H
|
|
-# include <limits.h>
|
|
+#include <limits.h>
|
|
-#endif
|
|
|
|
#if !defined(WIN32)
|