* Fix build

This commit is contained in:
2014-08-16 18:48:27 -07:00
parent 47054ea881
commit f3e9fb4f70
4 changed files with 8 additions and 6 deletions

View File

@@ -40,7 +40,11 @@ double swapDouble(double val);
bool isSystemBigEndian();
<<<<<<< Updated upstream
void fillRandom(atUint8 * rndArea, atUint64 count);
=======
void fillRandom(atUint8 * rndArea, atUint8 count);
>>>>>>> Stashed changes
std::vector<std::string> split(const std::string &s, char delim);
std::string join(const std::vector<std::string>& elems, const std::string& delims);