Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/accessibility/redshift/files/patch-src_gamma-wl.c
16462 views
1
gamma-wl.c:24:10: fatal error: 'alloca.h' file not found
2
#include <alloca.h>
3
^~~~~~~~~~
4
5
--- src/gamma-wl.c.orig 2019-08-24 15:20:17 UTC
6
+++ src/gamma-wl.c
7
@@ -21,7 +21,6 @@
8
#include <stdlib.h>
9
#include <stdint.h>
10
#include <string.h>
11
-#include <alloca.h>
12
#include <sys/mman.h>
13
#include <sys/types.h>
14
#include <sys/stat.h>
15
16