diff options
Diffstat (limited to 'code/game/bg_lib.c')
-rw-r--r-- | code/game/bg_lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/game/bg_lib.c b/code/game/bg_lib.c index b198f72..e313087 100644 --- a/code/game/bg_lib.c +++ b/code/game/bg_lib.c @@ -38,6 +38,8 @@ * SUCH DAMAGE. */ +#include "bg_lib.h" + #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93"; |