Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/archivers/lha-ac/files/patch-src_lha.h
16149 views
1
--- src/lha.h.orig 2006-10-10 16:27:51 UTC
2
+++ src/lha.h
3
@@ -16,6 +16,7 @@
4
#endif
5
6
#include <stdio.h>
7
+#include <stdlib.h>
8
#include <errno.h>
9
#include <ctype.h>
10
#include <sys/types.h>
11
12