mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
699ccdd12f
Reordered some stuff in the Makefile for consistency between packages. Refreshed patches. Added a musl fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
152 B
Diff
11 lines
152 B
Diff
--- a/photosyst.c
|
|
+++ b/photosyst.c
|
|
@@ -149,6 +149,7 @@
|
|
**
|
|
*/
|
|
|
|
+#include <limits.h>
|
|
#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|