Including Header Files

MyBlink.c

Why? The compiler is a C++ compiler, and likes cpp files so much better.

Why are you including Arduino.h in both the header file AND the source file? Isn't one enough?

Try replacing the <> in the include statements for your header file with "" instead.