diff options
Diffstat (limited to 'AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h')
-rw-r--r-- | AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h index 679692c176..177222fc17 100644 --- a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h +++ b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h @@ -44,6 +44,7 @@ #include <Uefi.h>
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <netinet/in.h>
|