mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
12 lines
254 B
Diff
12 lines
254 B
Diff
--- OSD_MAllocHook.cxx.old 2011-05-19 13:24:52.000000000 +0200
|
|
+++ OSD_MAllocHook.cxx.new 2011-06-24 06:42:22.000000000 +0200
|
|
@@ -15,6 +15,8 @@
|
|
#include <set>
|
|
#include <map>
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
#ifndef SIZE_MAX
|
|
#define SIZE_MAX UINT_MAX
|
|
#endif
|