include <stdlib.h> to get atoi()

This commit is contained in:
Hallvard Furuseth 1999-03-06 06:20:13 +00:00
parent d3f433a626
commit b4fe591430
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "portable.h"
#include <stdio.h>
#include <stdlib.h>
#include <ac/string.h>
#include <ac/ctype.h>

View File

@ -1,6 +1,7 @@
#include "portable.h"
#include <stdio.h>
#include <stdlib.h>
#include <ac/string.h>
#include <ac/ctype.h>

View File

@ -1,6 +1,7 @@
#include "portable.h"
#include <stdio.h>
#include <stdlib.h>
#include <ac/string.h>
#include <ac/ctype.h>