Skip to content

Commit c832e4f

Browse files
authored
#include <ctype.h>
1 parent a0b2cf1 commit c832e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ extern int sqfs_opt_proc(void* data, const char* arg, int key, struct fuse_args*
6363
#include <stdint.h>
6464
#include <libgen.h>
6565
#include <dirent.h>
66+
#include <ctype.h>
6667

6768
typedef struct {
6869
uint32_t lo;
@@ -408,7 +409,6 @@ int appimage_print_binary(char* fname, unsigned long offset, unsigned long lengt
408409

409410
char* find_fusermount() {
410411
char* fusermount_base = "fusermount";
411-
int i = 0;
412412

413413
char* fusermount_path = getenv("PATH");
414414
if (fusermount_path == NULL) {

0 commit comments

Comments
 (0)