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

Removed gen_defs.h include (gen_defs.h is not distributed with smblib).

parent 2da3de02
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,9 @@
#include <sys/types.h> /* _dev_t */
#include <sys/stat.h> /* struct stat */
/* SMB-specific */
#include "smblib.h" /* SMBCALL */
#include "smbwrap.h" /* Verify prototypes */
#include "gen_defs.h" /* SH_DENYNO */
#ifdef _WIN32
#define stat(f,s) _stat(f,s)
......
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