Browse Source

headers: use only necessary includes

Jean-Baptiste Kempf 9 years ago
parent
commit
6d030e087b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/bdsm/smb_types.h

+ 2 - 1
include/bdsm/smb_types.h

@@ -36,8 +36,9 @@
 #ifndef __BDSM_SMB_TYPES_H_
 #ifndef __BDSM_SMB_TYPES_H_
 #define __BDSM_SMB_TYPES_H_
 #define __BDSM_SMB_TYPES_H_
 
 
-#include <netinet/ip.h>
 #include <stddef.h>
 #include <stddef.h>
+#include <stdint.h>
+
 #include <libtasn1.h>
 #include <libtasn1.h>
 
 
 #ifdef __ANDROID__
 #ifdef __ANDROID__