blob: ad03c0a73c5a1cb069c18f4b3f267b854faaa3b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/xpmodules/os_probe/smb/smbutil.h.orig 2005-07-27 08:38:17 UTC
+++ src/xpmodules/os_probe/smb/smbutil.h
@@ -39,8 +39,8 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
using namespace std;
|