Commit fb496921 authored by James Almer's avatar James Almer

Merge commit '53618054'

* commit '53618054':
  parser: Add missing #include for printing ISO C99 conversion specifiers
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 43b136ce 53618054
......@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment