Fix missing include.
This commit is contained in:
parent
eb9d384111
commit
cf991ed5ea
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
* Steve McClure, 1998-2000
|
* Steve McClure, 1998-2000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
|
@ -34,8 +34,9 @@
|
||||||
* Ron Koenderink, 2003-2004
|
* Ron Koenderink, 2003-2004
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue