Browse Source

Added missing dependency.

woollybah 7 years ago
parent
commit
eb8ba3822d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sdlsystem.mod/sdlsystem.bmx

+ 1 - 0
sdlsystem.mod/sdlsystem.bmx

@@ -29,6 +29,7 @@ Module SDL.SDLSystem
 
 Import SDL.SDL
 Import BRL.System
+Import BRL.LinkedList
 
 Import "common.bmx"