You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
438 B
20 lines
438 B
diff -ru libdap-3.8.2.orig/util_mit.cc libdap-3.8.2/util_mit.cc
|
|
--- libdap-3.8.2.orig/util_mit.cc 2009-03-03 15:12:12.000000000 +0000
|
|
+++ libdap-3.8.2/util_mit.cc 2009-03-03 15:12:52.000000000 +0000
|
|
@@ -35,6 +35,7 @@
|
|
|
|
#include <cstring>
|
|
#include <cstdlib>
|
|
+#include <cstdio>
|
|
#include <string>
|
|
#include <ctype.h>
|
|
|
|
@@ -54,6 +55,7 @@
|
|
using std::cerr;
|
|
using std::endl;
|
|
using std::string;
|
|
+using std::sprintf;
|
|
|
|
#include "debug.h"
|
|
|