15 lines
304 B
Diff
15 lines
304 B
Diff
They are in the wrong order.
|
|
|
|
--- libappstream-glib/as-utils.c
|
|
+++ libappstream-glib/as-utils.c
|
|
@@ -34,8 +34,8 @@
|
|
|
|
#include <fnmatch.h>
|
|
#include <string.h>
|
|
-#include <archive_entry.h>
|
|
#include <archive.h>
|
|
+#include <archive_entry.h>
|
|
#include <libsoup/soup.h>
|
|
#include <stdlib.h>
|
|
#include <uuid.h>
|