rogue4: don't include config.h if it wasn't created.
This commit is contained in:
parent
ea75e2ac0b
commit
0f998b01ad
2 changed files with 8 additions and 5 deletions
|
|
@ -479,7 +479,9 @@ THING *find_mons(), *find_obj(), *get_item(), *new_item(),
|
|||
|
||||
struct room *roomin();
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include "extern.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue