summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/et/com_err.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h
index c5a3634bd..8372867e9 100644
--- a/src/util/et/com_err.h
+++ b/src/util/et/com_err.h
@@ -10,7 +10,8 @@
#ifndef __COM_ERR_H
-#ifdef UseStdarg
+/* Imake needs this -- oh well */
+#ifdef __STDC__
#define STDARG_PROTOTYPES
#endif