mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 21:24:28 -08:00
adjust includes according to iwyu 3.5
This commit is contained in:
@@ -63,7 +63,7 @@ int mfshell_cmd_links(mfshell * mfshell, int argc, char *const argv[])
|
||||
// this should be updated.
|
||||
retval = mfconn_api_file_get_links(mfshell->conn, file,
|
||||
(char *)quickkey,
|
||||
LINK_TYPE_DIRECT_DOWNLOAD);
|
||||
MFCONN_FILE_LINK_TYPE_DIRECT_DOWNLOAD);
|
||||
if (retval != 0) {
|
||||
fprintf(stderr, "api call unsuccessful\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user