Make it compile on windows.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 6 Oct 2009 11:54:08 +0000 (11:54 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 6 Oct 2009 11:54:08 +0000 (11:54 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30357 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ntlmssp.c

index 1fdc0c6040b93769acd9fce88be8f7e04589d7dc..782097640e5694157b4c53c263e1500fc5d2554f 100644 (file)
@@ -32,7 +32,9 @@
 #ifdef DEBUG_NTLMSSP
 #include <stdio.h>
 #endif
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include <string.h>
 #include <ctype.h>