Browse Source

[1641] use cstring instead of string.h (the former is slightly better in terms
of honoring C++ namespaces).

JINMEI Tatuya 13 years ago
parent
commit
ddaaee4b05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

+ 1 - 1
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

@@ -21,8 +21,8 @@
 #include <cassert>
 #include <sstream>
 #include <vector>
+#include <cstring>
 #include <stdint.h>
-#include <string.h>
 
 using namespace std;