Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/ample/files/patch-src_base64.c
16166 views
1
--- src/base64.c.orig 2003-11-25 09:28:56 UTC
2
+++ src/base64.c
3
@@ -18,6 +18,8 @@
4
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5
*/
6
7
+#include <config.h>
8
+
9
#include <stdlib.h>
10
#include <string.h>
11
#ifdef HAVE_SYS_TYPES_H
12
13