include <stdlib.h> to get malloc & co

This commit is contained in:
Hallvard Furuseth 1999-03-03 17:42:17 +00:00
parent 7bfd11cb4c
commit 722d4c4332

View file

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