79a638a61d
- Support STAGEDIR - Break lines around 80 characters - Disable all warnings with -w - Recreate patches with make makepatch
10 lines
209 B
C++
10 lines
209 B
C++
--- ./src/global.cpp.orig 2014-01-13 00:20:08.000000000 +0100
|
|
+++ ./src/global.cpp 2014-01-13 00:20:08.000000000 +0100
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include "Global.h"
|
|
#include "unixutils.h"
|
|
+#include <limits.h>
|
|
|
|
|
|
|