Add needed #include <ctype.h>
This commit is contained in:
parent
4f903463b8
commit
c1d5053882
|
@ -31,6 +31,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
int getargs PROTO((object *, char *, ...));
|
||||
int newgetargs PROTO((object *, char *, ...));
|
||||
|
|
Loading…
Reference in New Issue