fix includes

This commit is contained in:
josch
2014-12-06 11:04:11 +01:00
parent 8468a39c0a
commit a5e5092c13
15 changed files with 1 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ int mfshell_cmd_auth(mfshell * mfshell, int argc, char *const argv[])
return -1;
mfshell->conn = mfconn_create(mfshell->server, username, password,
mfshell->app_id, mfshell->app_key);
mfshell->app_id, mfshell->app_key, 3);
if (mfshell->conn != NULL)
printf("\n\rAuthentication SUCCESS\n\r");