We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c1213 commit b6d3f98Copy full SHA for b6d3f98
lib/hardware/IOChannel.cpp
@@ -1,5 +1,9 @@
1
#include "IOChannel.h"
2
3
+#ifdef HELLO_IM_A_PC
4
+#include "asprintf.h" // use asprintf from libsmb2
5
+#endif /* HELLO_IM_A_PC */
6
+
7
#include <stdarg.h>
8
9
size_t IOChannel::available()
0 commit comments