Преглед изворни кода

Include <stdbool> where needed

Jean-Baptiste Kempf пре 9 година
родитељ
комит
46e9a603fa
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 0 1
      include/bdsm/smb_types.h
  2. 1 0
      src/smb_trans2.c

+ 0 - 1
include/bdsm/smb_types.h

@@ -39,7 +39,6 @@
 #include <netinet/ip.h>
 #include <netinet/ip.h>
 #include <stddef.h>
 #include <stddef.h>
 #include <libtasn1.h>
 #include <libtasn1.h>
-#include <stdbool.h>
 
 
 /**
 /**
   * @struct smb_tid
   * @struct smb_tid

+ 1 - 0
src/smb_trans2.c

@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdio.h>
+#include <stdbool.h>
 #include <assert.h>
 #include <assert.h>
 
 
 #include "bdsm_debug.h"
 #include "bdsm_debug.h"