aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron/guix/patches/skint-060-add-stdarg.patch
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-08-16 22:48:37 -0400
committerGravatar Peter McGoron 2025-08-16 22:48:37 -0400
commit338b910c0c5c81f6f979fcf5aeb24ed3e1c84e1d (patch)
treee603cd445aa41f5d4f5f44d1b661b4f47db5a733 /mcgoron/guix/patches/skint-060-add-stdarg.patch
parentmosh (diff)
skint
Diffstat (limited to 'mcgoron/guix/patches/skint-060-add-stdarg.patch')
-rw-r--r--mcgoron/guix/patches/skint-060-add-stdarg.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcgoron/guix/patches/skint-060-add-stdarg.patch b/mcgoron/guix/patches/skint-060-add-stdarg.patch
new file mode 100644
index 0000000..a538279
--- /dev/null
+++ b/mcgoron/guix/patches/skint-060-add-stdarg.patch
@@ -0,0 +1,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_