Strange compiler error

#include<servo.h>
servo steerservo

Shouldn't that be

#include <Servo.h>
Servo steerservo;

Perhaps it is correct in your code. We will see when you post it.