commit | 5049f5bbb4aec4fd7daefd9a904e072526bb9ecb | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Fri Oct 28 16:24:31 2011 +0900 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Fri Oct 28 16:24:31 2011 +0900 |
tree | 940ef62d6729a164127ac236ea358ab225d7b80d | |
parent | 6f811bd13fb69bf57267b75abd8c84d31a580d7d [diff] [blame] |
Fix trivial compile issue Change-Id: I9dbc51496dbdb2195bbe589b0c3b2cd7e3d2f1fc
diff --git a/native/src/proximity_info.h b/native/src/proximity_info.h index 35e354c..19b84cc 100644 --- a/native/src/proximity_info.h +++ b/native/src/proximity_info.h
@@ -21,6 +21,10 @@ #include "defines.h" +#ifndef NULL +#define NULL 0 +#endif + namespace latinime { class Correction;