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

#includes smblib.h last (solve BSD conflict with sys/types.h hopefully)

parent 5cc5cba4
No related branches found
No related tags found
No related merge requests found
...@@ -43,11 +43,11 @@ ...@@ -43,11 +43,11 @@
#include <ctype.h> /* toupper */ #include <ctype.h> /* toupper */
/* SMB-specific */ /* SMB-specific */
#include "smblib.h"
#include "genwrap.h" #include "genwrap.h"
#include "conwrap.h" /* getch */ #include "conwrap.h" /* getch */
#include "dirwrap.h" /* fexist */ #include "dirwrap.h" /* fexist */
#include "filewrap.h" /* filelength */ #include "filewrap.h" /* filelength */
#include "smblib.h"
/****************************************************************************/ /****************************************************************************/
/* Returns in 'string' a character representation of the number in l with */ /* Returns in 'string' a character representation of the number in l with */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment