[nasm:nasm-2.16.xx] misc/omfdump: #include <string.h>

nasm-bot for H. Peter Anvin hpa at zytor.com
Mon Oct 16 16:57:04 PDT 2023


Commit-ID:  a7b1f260574d9c534009ce616ce3d5fe4c39f7c4
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=a7b1f260574d9c534009ce616ce3d5fe4c39f7c4
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 16 Oct 2023 16:53:35 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 16 Oct 2023 16:53:35 -0700

misc/omfdump: #include <string.h>

Add missing <string.h> include.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 misc/omfdump.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/omfdump.c b/misc/omfdump.c
index b27e7c90..8afdcd95 100644
--- a/misc/omfdump.c
+++ b/misc/omfdump.c
@@ -9,6 +9,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <inttypes.h>
 #include <ctype.h>
 #include <fcntl.h>


More information about the Nasm-commits mailing list