misc/omfdump: #include <string.h>

Add missing <string.h> include.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2023-10-16 16:53:35 -07:00
parent 3c8a2913bc
commit a7b1f26057

View file

@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <ctype.h>
#include <fcntl.h>