Skip to content
Snippets Groups Projects
Commit 7974eace authored by rswindell's avatar rswindell
Browse files

Needed genwrap.h for stricmp definition.

parent 68d68e81
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
/* Synchronet-specific */
#include "sbbsdefs.h"
#include "genwrap.h" /* stricmp */
#include "filewrap.h" /* lock/unlock/sopen */
enum {
......
......@@ -56,8 +56,9 @@
#include <errno.h> /* errno */
#include <string.h> /* strrchr */
#include "filewrap.h"
#include "genwrap.h" /* stricmp */
#include "dirwrap.h" /* fexist */
#include "filewrap.h"
#include "smblib.h"
#include "crc32.h"
#include "gen_defs.h" /* MAX_PATH */
......
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