mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
10 lines
264 B
Diff
10 lines
264 B
Diff
--- source/shared_lib/sources/platform/posix/socket.cpp
|
|
+++ source/shared_lib/sources/platform/posix/socket.cpp
|
|
@@ -10,6 +10,7 @@
|
|
|
|
#include <cstring>
|
|
#include <cstdlib>
|
|
+#include <cstdio>
|
|
#include <stdexcept>
|
|
#include <sstream>
|
|
#if defined(HAVE_SYS_IOCTL_H)
|