mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
b850b9a298
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
302 B
Diff
11 lines
302 B
Diff
#diff a/Kernel/Operation_Broadcast.cpp b/Kernel/Operation_Broadcast.cpp
|
|
#--- a/Kernel/Operation_Broadcast.cpp
|
|
#+++ b/Kernel/Operation_Broadcast.cpp
|
|
@@ -5,6 +5,7 @@
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <cstring> // for strncpy()
|
|
#include <sstream>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|