resolved conflicts for merge of 1fef485f to master

Change-Id: If402e68292a183064afe35cb77a4437682ee373a
This commit is contained in:
Colin Cross 2014-02-13 13:34:37 -08:00
commit 1c38f5d958

View file

@ -45,6 +45,8 @@
#include "healthd.h"
char *locale;
#ifndef max
#define max(a,b) ((a) > (b) ? (a) : (b))
#endif