Fix missing include.

This commit is contained in:
Markus Armbruster 2004-05-17 06:15:31 +00:00
parent eb9d384111
commit cf991ed5ea
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@
* Steve McClure, 1998-2000
*/
#include <limits.h>
#include <string.h>
#include "misc.h"
#include "player.h"

View file

@ -34,8 +34,9 @@
* Ron Koenderink, 2003-2004
*/
#include <stdio.h>
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include "misc.h"
#include "player.h"