rogue4: don't include config.h if it wasn't created.

This commit is contained in:
John "Elwin" Edwards 2013-09-09 07:58:47 -04:00
parent ea75e2ac0b
commit 0f998b01ad
2 changed files with 8 additions and 5 deletions

View file

@ -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