]> granicus.if.org Git - pdns/commitdiff
Serge Belyshev fixed a gcc 4.3 compilation issue, thanks!
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 23 Mar 2008 11:11:44 +0000 (11:11 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 23 Mar 2008 11:11:44 +0000 (11:11 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1171 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/aes/dns_random.cc

index fd77f6a4b150f6926d00a5e86029cda1b9e61ea3..e5aa0cbe2d1f337d74eb5f1db237c3cdfb51bbcb 100644 (file)
@@ -1,5 +1,6 @@
 #include "aescpp.h"
 #include <iostream>
+#include <cstring>
 #include <sys/types.h>
 #include <unistd.h>
 #include <sys/time.h>