Skip to content

Commit 9bf5358

Browse files
committed
tests: depend on new libhexagonrpc header file
1 parent 9f30561 commit 9bf5358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_hexagonfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#include <fcntl.h>
23-
#include <libhexagonrpc/fastrpc.h>
23+
#include <libhexagonrpc/hexagonrpc.h>
2424
#include <stdbool.h>
2525
#include <string.h>
2626
#include <unistd.h>

tests/test_iobuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

22-
#include <libhexagonrpc/fastrpc.h>
22+
#include <libhexagonrpc/hexagonrpc.h>
2323
#include <string.h>
2424

2525
#include "../hexagonrpcd/iobuffer.h"

0 commit comments

Comments
 (0)