diff options
Diffstat (limited to 'json-rpc-shell.c')
-rw-r--r-- | json-rpc-shell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c index 2dfd4ed..f50c859 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -35,9 +35,10 @@ #define print_warning_data ATTR_WARNING #include "config.h" -#include "utils.c" +#include "liberty/liberty.c" #include <langinfo.h> +#include <locale.h> #include <signal.h> #include <strings.h> |