aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron/guix/patches/skint-060-add-stdarg.patch
blob: a5382795ee73df1e92f3b446f4e696940cc81ab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/n.h b/n.h
index e54c4ea..4a2455d 100644
--- a/n.h
+++ b/n.h
@@ -15,6 +15,7 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <stdarg.h>
 /* extra includes */
 #include <math.h>
 #include <errno.h>
diff --git a/s.h b/s.h
index c7bbcaa..21052df 100644
--- a/s.h
+++ b/s.h
@@ -24,6 +24,7 @@
 #include <stdio.h>
 #include <wchar.h>
 #include <assert.h>
+#include <stdarg.h>
 
 #if defined(_MSC_VER)
 #ifdef _POSIX_