fix another stdint problem
This commit is contained in:
parent
8a2bf27673
commit
212c6ccf11
1 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,8 @@ __license__ = "GPLv3"
|
|||
#ifndef _gwenesis_vdp_H_
|
||||
#define _gwenesis_vdp_H_
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define BIT(v, idx) (((v) >> (idx)) & 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue