1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 12:17:26 +01:00

need stdio.h for sprintf

This commit is contained in:
Vadim Kurland 2010-11-16 16:25:48 -08:00
parent edbdee81ca
commit b278639e8b

View File

@ -34,7 +34,7 @@
#include <limits>
#include <limits.h>
// #include <stdio.h>
#include <stdio.h>
// convinience macro
#define U128_C(s) uint128(#s)