mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
259 lines
4.6 KiB
Diff
259 lines
4.6 KiB
Diff
--- flickcurl-1.26-origin/src/activity.c
|
|
+++ flickcurl-1.26/src/activity.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/args.c
|
|
+++ flickcurl-1.26/src/args.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/blog.c
|
|
+++ flickcurl-1.26/src/blog.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/category.c
|
|
+++ flickcurl-1.26/src/category.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/collection.c
|
|
+++ flickcurl-1.26/src/collection.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/comments.c
|
|
+++ flickcurl-1.26/src/comments.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/contacts.c
|
|
+++ flickcurl-1.26/src/contacts.c
|
|
@@ -22,6 +22,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/context.c
|
|
+++ flickcurl-1.26/src/context.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/exif.c
|
|
+++ flickcurl-1.26/src/exif.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/gallery.c
|
|
+++ flickcurl-1.26/src/gallery.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/group.c
|
|
+++ flickcurl-1.26/src/group.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/legacy-auth.c
|
|
+++ flickcurl-1.26/src/legacy-auth.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/members.c
|
|
+++ flickcurl-1.26/src/members.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/method.c
|
|
+++ flickcurl-1.26/src/method.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/note.c
|
|
+++ flickcurl-1.26/src/note.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/oauth.c
|
|
+++ flickcurl-1.26/src/oauth.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
@@ -1255,6 +1256,7 @@
|
|
|
|
#ifdef STANDALONE
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]);
|
|
|
|
--- flickcurl-1.26-origin/src/perms.c
|
|
+++ flickcurl-1.26/src/perms.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/photo.c
|
|
+++ flickcurl-1.26/src/photo.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <ctype.h>
|
|
--- flickcurl-1.26-origin/src/photoset.c
|
|
+++ flickcurl-1.26/src/photoset.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/sha1.c
|
|
+++ flickcurl-1.26/src/sha1.c
|
|
@@ -89,6 +89,7 @@
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <stdint.h>
|
|
--- flickcurl-1.26-origin/src/size.c
|
|
+++ flickcurl-1.26/src/size.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/stat.c
|
|
+++ flickcurl-1.26/src/stat.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/tags.c
|
|
+++ flickcurl-1.26/src/tags.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/ticket.c
|
|
+++ flickcurl-1.26/src/ticket.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|
|
--- flickcurl-1.26-origin/src/user_upload_status.c
|
|
+++ flickcurl-1.26/src/user_upload_status.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
|