r3466: split out request.h, signing.h, and smb_server.h
[tprouty/samba.git] / source4 / include / request.h
index 7dae579c2472103cfb4a0e39c44725f978f98b0e..fc5fa8442acabc22d9527f3b646451b439ffe354 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef _REQUEST_H
+#define _REQUEST_H
 /*
    Unix SMB/CIFS implementation.
    SMB parameters and setup
@@ -19,6 +21,8 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#include "signing.h"
+
 /*
   Shared state structure between client and server, representing the basic packet.
 */
@@ -55,3 +59,4 @@ struct request_buffer {
        char *ptr;
 };
 
+#endif