blob: 256693a7c051e7633546ee284faf2d7c839e6d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -rupN a/stream/stream_smb.c b/stream/stream_smb.c
--- a/stream/stream_smb.c 2013-03-16 13:38:34.000000000 +0000
+++ b/stream/stream_smb.c 2013-10-31 20:05:32.473947926 +0000
@@ -18,7 +18,8 @@
#include "config.h"
-#include <libsmbclient.h>
+#include <time.h>
+#include <samba-4.0/libsmbclient.h>
#include <unistd.h>
#include "mp_msg.h"
|