Add missing stdint.h include to ff-dbstruct.h
This commit is contained in:
parent
c85f9ed7dd
commit
d2999aafec
|
@ -5,6 +5,8 @@
|
|||
#ifndef _FF_DBSTRUCT_H_
|
||||
#define _FF_DBSTRUCT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define PL_ID 0
|
||||
#define PL_TITLE 1
|
||||
#define PL_TYPE 2
|
||||
|
|
Loading…
Reference in New Issue