forked from pool/appimaged
Adrian Schröter
5c28990a1c
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/appimaged?expand=0&rev=9
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
Index: AppImageKit/squashfuse/ll.c
|
|
===================================================================
|
|
--- AppImageKit.orig/squashfuse/ll.c
|
|
+++ AppImageKit/squashfuse/ll.c
|
|
@@ -33,6 +33,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
|
|
static const double SQFS_TIMEOUT = DBL_MAX;
|
|
|