Servo.h library (included with arduino) (SOLVED)

Servo: You said to remove the include servo.h, which was throwing an error that it couldn’t be found. I did.

However, now I get an error on the first line, “Servo myservo;” as not declared, and “Servo does not name a type”.

I’m an old BASIC programmer for many years, so the oddities of this C variation are new to me.