Include stdlib.h for atoi declaration.

Add $FreeBSD$ while I'm here.
This commit is contained in:
Warner Losh 2003-06-09 06:23:10 +00:00
parent 1d08b7ad50
commit dbf4064dcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116076

View File

@ -23,6 +23,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$
*/
/*
@ -34,6 +36,7 @@
#include <sys/types.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int length = 66;