Bug fix relating to loading of >128-entry partition tables
diff --git a/gpttext.cc b/gpttext.cc
index f49cab1..3efbdf2 100644
--- a/gpttext.cc
+++ b/gpttext.cc
@@ -24,6 +24,7 @@
 #include <errno.h>
 #include <iostream>
 #include <sstream>
+#include <cstdio>
 #include "attributes.h"
 #include "gpttext.h"
 
@@ -504,4 +505,4 @@
    } while ((typeCode <= 0) || (typeCode > 255));
    cout.fill(' ');
    return typeCode;
-} // GetMBRTypeCode
\ No newline at end of file
+} // GetMBRTypeCode