You forgot to add changed files from your last commit
You solve this problem in the exact same way you solved the problem of fixing the message in your last commit: with --amend
.
First, stage your new or changed files. Then enter:
git --amend
If you don't want to edit the message when you add the files, enter:
git --amend --no-edit