diff --git a/tools/make_requests b/tools/make_requests index 9f6b188f8c1..d404fa19411 100755 --- a/tools/make_requests +++ b/tools/make_requests @@ -9,6 +9,7 @@ %formats = ( "int" => "%d", + "long" => "%ld", "char" => "%c", "char[0]" => "\\\"%.*s\\\"", "unsigned int" => "%08x",