mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Fix missing include
(Sadly not doing plan9-style includes here.)
This commit is contained in:
parent
9d69929c5d
commit
f5443ac4f0
1 changed files with 2 additions and 0 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue