- add frame-cstdio.patch, fix FTBFS for TW OBS-URL: https://build.opensuse.org/request/show/838402 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/frame?expand=0&rev=11
14 lines
318 B
Diff
14 lines
318 B
Diff
Index: frame/src/device.cpp
|
|
===================================================================
|
|
--- frame.orig/src/device.cpp
|
|
+++ frame/src/device.cpp
|
|
@@ -18,6 +18,8 @@
|
|
*
|
|
****************************************************************************/
|
|
|
|
+#include <cstdio>
|
|
+
|
|
#include "device.h"
|
|
|
|
#include "axis.h"
|