Marcus Meissner
cd76e452be
- include-config-h.patch: always include "config.h" first OBS-URL: https://build.opensuse.org/request/show/252166 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=69
13 lines
305 B
Diff
13 lines
305 B
Diff
Index: libmtp-1.1.7/src/util.c
|
|
===================================================================
|
|
--- libmtp-1.1.7.orig/src/util.c
|
|
+++ libmtp-1.1.7/src/util.c
|
|
@@ -34,6 +34,7 @@
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
+#include "config.h"
|
|
#include "libmtp.h"
|
|
#include "util.h"
|
|
|