utility.c must include stdarg.h

This commit is contained in:
David Kimdon 2001-02-23 03:55:24 +00:00
parent b249fbb1dc
commit 68c1d8400c

View File

@ -36,6 +36,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <limits.h>
#include <stdarg.h>
#include <sys/ioctl.h>
#include <sys/utsname.h> /* for uname(2) */