From 415612949005edffa3ca05133ea5f1358f578161 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 20 Feb 2007 15:55:12 +0000 Subject: r21467: Add GPFS-provided DMAPI support based on their GPL library (This used to be commit 5876bedda51fce0c932ca0cdab074629b31a9c94) --- source3/smbd/dmapi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd/dmapi.c') diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c index b42b7d51f0..b8c23c2dce 100644 --- a/source3/smbd/dmapi.c +++ b/source3/smbd/dmapi.c @@ -40,6 +40,8 @@ BOOL dmapi_have_session(void) { return False; } #include #elif defined(HAVE_SYS_DMAPI_H) #include +#elif defined(HAVE_DMAPI_H) +#include #endif #define DMAPI_SESSION_NAME "samba" -- cgit