Skip to content

Commit

Permalink
include inttypes.h for SCNd64 etc
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrod committed Mar 22, 2011
1 parent 5fd3dce commit 026085c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encoder/ratecontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#define _ISOC99_SOURCE
#undef NDEBUG // always check asserts, the speed effect is far too small to disable them
#include <math.h>
#include <inttypes.h>

#include "common/common.h"
#include "ratecontrol.h"
Expand Down

0 comments on commit 026085c

Please sign in to comment.