Skip to content
Snippets Groups Projects
Commit e54b079b authored by slevy's avatar slevy
Browse files

Need findfile.h for something or other.

parent a4187202
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ void nethack_init() { }
#include <time.h>
#include <fcntl.h>
#include "findfile.h"
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
#ifndef __GNUC__
# if HAVE_ALLOCA_H
# include <alloca.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment