Files
nixpkgs/pkgs/by-name/g1/g15daemon/libg15render-implicit-decls.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
222 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/pixel.c b/pixel.c
--- a/pixel.c
+++ b/pixel.c
@@ -19,6 +19,10 @@
#include <fcntl.h>
#include "libg15render.h"
+#include <math.h>
+#include <stdlib.h>
+#include <unistd.h>
+
void
swap (int *x, int *y)
{