Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/nightfall/files/patch-LightGLAnimate.c
16461 views
1
--- LightGLAnimate.c.orig 2014-05-13 08:45:46 UTC
2
+++ LightGLAnimate.c
3
@@ -25,6 +25,7 @@
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <string.h>
7
+#include <sys/types.h>
8
#include "Light.h"
9
10
#ifdef _WITH_OPENGL
11
12