Skip to content

Commit

Permalink
Fix fd_rpc_client.c missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl authored and ripatel-fd committed Dec 15, 2023
1 parent 08996aa commit de0c98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/fddev/rpc_client/fd_rpc_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "../../../ballet/base58/fd_base58.h"

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <strings.h>
#include <sys/socket.h>
Expand Down

0 comments on commit de0c98d

Please sign in to comment.