Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
traceroute6: add missing #include <inttypes.h>
This fixes: traceroute6.c:623:21: error: expected ')' if (fscanf(f, "%" SCNu16, &nr) != 1) ^ traceroute6.c:623:13: note: to match this '(' if (fscanf(f, "%" SCNu16, &nr) != 1) ^ Signed-off-by: Maciej Żenczykowski <[email protected]> Change-Id: I1ba9d81ce9a571a917322c2628b426dd6a01d7c4
- Loading branch information