added include for inttypes.h to fix nonworking printf statements

This commit is contained in:
Saghm Rossi 2014-09-17 15:15:53 -04:00
parent f090575e43
commit f9eaaa66e6

View File

@ -14,6 +14,7 @@ int main() {
}
#else
#include <inttypes.h>
#include <sys/types.h>
#include <stdio.h>
#include <gflags/gflags.h>