When I try to compile I get this error:
fatal error: wiringPi.h: No such file or directory
#include < wiringPi.h>
^
The code is:
My includes are:
#include < wiringPi.h>
#include < stdio.h>
#define LEDPIN 0
I have double and triple checked the spelling on everything, and WiringPi is installed. What am I missing?

