Include stdlib.h for atoi declaration

Add $FreeBSD$ while I'm here.
This commit is contained in:
imp 2003-06-09 06:22:01 +00:00
parent d094e330d9
commit 55bc626966

View File

@ -22,6 +22,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
/*
@ -31,6 +33,7 @@
#include <sys/types.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int length = 66;