diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 02:12:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:00 -0500 |
commit | c2387587cb9c43c5f642554be9f08cc4ab0badc9 (patch) | |
tree | e7474bfd920f8f8bde04dc1507288d3255151cea /source4/libcli | |
parent | d09ef0e8467c154844407a8e115c8ab070ed8a5f (diff) | |
download | samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.tar.gz samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.tar.bz2 samba-c2387587cb9c43c5f642554be9f08cc4ab0badc9.zip |
r18280: more portability tidyups, ensuring we use libreplace everywhere
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/libcli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/libcli.h b/source4/libcli/libcli.h index c104fcf80e..aee22e2693 100644 --- a/source4/libcli/libcli.h +++ b/source4/libcli/libcli.h @@ -22,7 +22,7 @@ #ifndef __LIBCLI_H__ #define __LIBCLI_H__ -#include <core.h> +#include "core.h" #include "librpc/gen_ndr/nbt.h" /* |