Add <stdlib> to add calloc() prototype.

This commit is contained in:
Bruce Momjian 2003-03-27 17:25:34 +00:00
parent 6f2d02d306
commit 15b9e2c5ff

View File

@ -1,4 +1,5 @@
#include <errno.h>
#include <stdlib.h>
#include "extern.h"