summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/smb.h3
-rw-r--r--source3/smbd/smbd.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index b9b9f6476e..a0470502ad 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1032,9 +1032,6 @@ struct smb_extended_info {
char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH];
};
-/* Used inside aio code. */
-struct aio_extra;
-
/*
* Reasons for cache flush.
*/
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h
index df92455e04..11947495c9 100644
--- a/source3/smbd/smbd.h
+++ b/source3/smbd/smbd.h
@@ -20,6 +20,7 @@
#define _SMBD_SMBD_H
struct dptr_struct;
+struct aio_extra;
#include "smb_acls.h"
#include "vfs.h"