Browse Source

[2430] Change to C++ include

Mukund Sivaraman 11 years ago
parent
commit
afd6081696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_loader.cc

+ 1 - 1
src/lib/dns/master_loader.cc

@@ -30,7 +30,7 @@
 #include <memory>
 #include <vector>
 
-#include <stdio.h> // for sscanf()
+#include <cstdio> // for sscanf()
 
 using std::string;
 using std::auto_ptr;