Browse Source

Explicitely include smb_types.h when including the main include

Jean-Baptiste Kempf 9 years ago
parent
commit
b92949df35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/bdsm.h

+ 1 - 0
include/bdsm.h

@@ -37,6 +37,7 @@
 
 
 #include "bdsm/netbios_ns.h"
 #include "bdsm/netbios_ns.h"
 #include "bdsm/netbios_defs.h"
 #include "bdsm/netbios_defs.h"
+#include "bdsm/smb_types.h"
 #include "bdsm/smb_session.h"
 #include "bdsm/smb_session.h"
 #include "bdsm/smb_share.h"
 #include "bdsm/smb_share.h"
 #include "bdsm/smb_file.h"
 #include "bdsm/smb_file.h"