commit | 830763f83ccddb9f0457eaf30c724525b889bed8 | [log] [tgz] |
---|---|---|
author | Jean-Luc Brouillet <jeanluc@google.com> | Fri Jan 20 23:15:47 2017 -0800 |
committer | Jean-Luc Brouillet <jeanluc@google.com> | Fri Jan 20 23:17:57 2017 -0800 |
tree | 6aa10491f959b5980bd9d06f7dd3b976239f5a14 | |
parent | f60ff72ebde27ecf26a2e26f67a43d924845b197 [diff] |
Fix build breakage on SDK(Mac) by avoiding an include There's a problem with including <string.h> in rs_cl.c. For some reason the compiler still has the system headers in the include path, and string.h isn't any of the include paths on the command line. For now, avoid the problem altogether by using the old way of getting bits. Test: Compiled the module. Change-Id: I52314bd2aa41409796403e57864a3a288fbb767d