diff options
Diffstat (limited to 'src/pong.h')
-rw-r--r-- | src/pong.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pong.h b/src/pong.h index 25ac56b..eef1150 100644 --- a/src/pong.h +++ b/src/pong.h @@ -14,6 +14,7 @@ #include <time.h> #include <setjmp.h> #include <string.h> +#include <stdint.h> #include "sounds.h" |