- add missing include stdio.h to fix build (forwarded request 94590 from oertel) OBS-URL: https://build.opensuse.org/request/show/94595 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quvi?expand=0&rev=8
12 lines
208 B
Diff
12 lines
208 B
Diff
--- src/libquvi/net_api.c
|
|
+++ src/libquvi/net_api.c
|
|
@@ -24,6 +24,8 @@
|
|
#include "quvi/llst.h"
|
|
|
|
#include "internal.h"
|
|
+#include <string.h>
|
|
+#include "util.h"
|
|
|
|
extern const char empty[]; /* quvi_api.c */
|
|
|