diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-28 15:02:15 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-28 15:02:15 +0000 |
commit | f3201976547df2b2da6a68092ee62dd528992298 (patch) | |
tree | 8e091b1f789e6ba769f366cccd5bdb3b266f40d5 /source3 | |
parent | 9c717c285a2498b0a3bbf889551041a8aa5a9841 (diff) | |
download | samba-f3201976547df2b2da6a68092ee62dd528992298.tar.gz samba-f3201976547df2b2da6a68092ee62dd528992298.tar.bz2 samba-f3201976547df2b2da6a68092ee62dd528992298.zip |
need includes.h to compile on some systems (eg. sunos4)
(This used to be commit 7d80e25bb422d841aad81c2b3d76039bba6c9f79)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/ubi_dLinkList.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/ubi_dLinkList.c b/source3/ubi_dLinkList.c index 49bf495b9d..e82b9df132 100644 --- a/source3/ubi_dLinkList.c +++ b/source3/ubi_dLinkList.c @@ -39,6 +39,7 @@ * ========================================================================== ** */ +#include "includes.h" #include "ubi_dLinkList.h" /* ========================================================================== ** |