mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
'..' from all #include preprocessor commands. This fixes bugzilla #1880
where OpenVMS gets confused about the '.' characters.
(This used to be commit 7f161702fa
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
66e689478a
commit
b4cf9e9505
@ -27,7 +27,7 @@
|
||||
* Define this to get the real SMBCFILE and SMBCSRV structures
|
||||
*/
|
||||
#define _SMBC_INTERNAL
|
||||
#include "../include/libsmbclient.h"
|
||||
#include "include/libsmbclient.h"
|
||||
|
||||
/*
|
||||
* Structure we use if internal caching mechanism is used
|
||||
|
Reference in New Issue
Block a user