People don't like to open unknown files. Read the How to posts at the top of the Forum, especially the one about using code tags when listing your code.
In your code, the second argument to attachInterrupt() is a function name, not a variable. I don't see a function named count. It won't work until you add a function to that call.