Browse Source

missing header file

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1454 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
ca6785f79c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/base32.cc

+ 1 - 0
src/lib/dns/base32.cc

@@ -26,6 +26,7 @@
 
 #include <ctype.h>
 #include <stdint.h>
+#include <string.h>
 
 #include "base32.h"