hooked up STDARG to the autoconf definition.

This commit is contained in:
mcafee%netscape.com 1999-01-22 09:22:37 +00:00
Родитель fff6565b1a
Коммит 68dcfc62b4
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -39,8 +39,10 @@
#include <stdio.h>
/* Hmm, everyone seems to be defining this. */
#if defined(XP_UNIX) && defined(STDC_HEADERS)
#define STDARG
#endif
#include <stdlib.h>
#ifdef STDARG
#include <stdarg.h>