blob: 2fb5331748aa944e2b1df5ca4b515faef8e0d262 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- rts/oper.c.orig Sat Dec 13 20:00:05 2003
+++ rts/oper.c Sat Dec 13 20:00:13 2003
@@ -1,6 +1,6 @@
/* oper.c -- runtime support of operations */
-#include <varargs.h>
+#include <stdarg.h>
#include "rts.h"
static Pool oper_pool; /* pool of operation descriptors */
|