mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 05:48:07 +00:00
bfe0d361f3
Missing headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
215 B
Diff
12 lines
215 B
Diff
--- a/src/shout_private.h
|
|
+++ b/src/shout_private.h
|
|
@@ -33,6 +33,8 @@
|
|
#include <common/timing/timing.h>
|
|
#include "util.h"
|
|
|
|
+#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
|
|
#ifdef HAVE_STDINT_H
|