aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 00:39:30 -0800
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 00:39:30 -0800
commit0442abc0e3c58fd6b14db772e6a9f4a70303bece (patch)
tree716efd8a6592bbf678caee0145170a9ec672c2cd /src
parent82b4f7091cdf1af0785cae573f9dd7343ade93ff (diff)
downloadyetihack-0442abc0e3c58fd6b14db772e6a9f4a70303bece.tar.zst
added the config file into the main program
Diffstat (limited to 'src')
-rw-r--r--src/yetihack.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yetihack.cpp b/src/yetihack.cpp
index 129d759..694efa5 100644
--- a/src/yetihack.cpp
+++ b/src/yetihack.cpp
@@ -16,6 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with YetiHack. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <iostream>
#include <curses.h>
#include <cstdlib>