diff options
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loadbars.pl b/loadbars.pl index 8d3bce9..0ab24cd 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -42,6 +42,8 @@ use SDL::Rect; use SDL::Color; use SDL::Event; +use SDL::TTF qw(); + use Time::HiRes qw(usleep gettimeofday); use threads; |
