Browse Source

missing header file.
depending on how os.listdir() used in gen-rdatacode.py sorts the files,
the missing header file may cause a build error.

reported on jabber. fix is trivial, so committing it to trunk directly.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2690 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
01fe767f16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/rdata/generic/txt_16.cc

+ 1 - 0
src/lib/dns/rdata/generic/txt_16.cc

@@ -21,6 +21,7 @@
 #include <vector>
 
 #include <dns/buffer.h>
+#include <dns/exceptions.h>
 #include <dns/messagerenderer.h>
 #include <dns/rdata.h>
 #include <dns/rdataclass.h>