You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
tests: depend on stdlib and new libhexagonrpc header file
Both the hexagonfs and iobuffer tests need malloc and free. The iobuffer test also needs REMOTE_SCALARS_MAKE. Include stdlib directly and include the new libhexagonrpc header file. Signed-off-by: Richard Acayan <mailingradian@gmail.com>
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <libhexagonrpc/fastrpc.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <libhexagonrpc/fastrpc.h>
|
||||
#include <libhexagonrpc/hexagonrpc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../hexagonrpcd/iobuffer.h"
|
||||
|
||||
Reference in New Issue
Block a user