https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9bb0b9137fc48014b70ecd17c842843a8e9d0fc6

commit 9bb0b9137fc48014b70ecd17c842843a8e9d0fc6
Author:     Mark Jansen <[email protected]>
AuthorDate: Thu Dec 29 16:57:18 2022 +0100
Commit:     Mark Jansen <[email protected]>
CommitDate: Mon Jan 30 15:12:06 2023 +0100

    [USBSTOR_NEW] Add missing poppack.h
---
 drivers/usb/usbstor_new/usbstor.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/usbstor_new/usbstor.h 
b/drivers/usb/usbstor_new/usbstor.h
index f477e9a1a04..fc725a6e117 100644
--- a/drivers/usb/usbstor_new/usbstor.h
+++ b/drivers/usb/usbstor_new/usbstor.h
@@ -312,6 +312,8 @@ typedef struct
     UCHAR Bytes[16];
 }UFI_UNKNOWN_CMD, *PUFI_UNKNOWN_CMD;
 
+#include <poppack.h>
+
 typedef struct
 {
     union

Reply via email to