Just put the favicon.ico in the same images file as the other theme images are (/wasteland/images) and add the following code in the header.php with the other lines that start out with <link.
I did it slightly differently: <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> and put the *.ico in the theme root folder.