Software UART Comm

How do I declare Serial1?

In Setup, compiling:
Serial.begin(9600);
Serial1.begin(9600);
gives the error, Serial1 not declared in this scope. Is there an #include statement?

John-