Fix missing include

(Sadly not doing plan9-style includes here.)
This commit is contained in:
Jōshin 2024-06-01 13:22:18 -07:00
parent 9d69929c5d
commit f5443ac4f0
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
#ifndef COSMOPOLITAN_TOOL_DECODE_LIB_DISASSEMBLEHEX_H_
#define COSMOPOLITAN_TOOL_DECODE_LIB_DISASSEMBLEHEX_H_
#include "libc/stdio/stdio.h"
#define kDisassembleHexColumns 8
COSMOPOLITAN_C_START_