commit | 3899e9fc01cf608f19f716749c54cc5c4d17e766 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Apr 13 20:35:46 2010 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Apr 13 22:52:10 2010 -0700 |
tree | 5256f744a9732e7776e8f1fa85322ad0403839a0 | |
parent | 9c5366ba55b1553b2d66f48e3d14fbd274a2944d [diff] [blame] |
init: Move prototypes for util.c into util.h Change-Id: I46a91849ce5297eb2597dd6134412f817564ec24
diff --git a/init/init.c b/init/init.c index b76fa66..3d619b9 100755 --- a/init/init.c +++ b/init/init.c
@@ -45,6 +45,7 @@ #include "signal_handler.h" #include "keychords.h" #include "parser.h" +#include "util.h" static int property_triggers_enabled = 0;