Add missing stdint.h include to ff-dbstruct.h

This commit is contained in:
Julien BLACHE 2009-05-05 16:21:39 +02:00
parent c85f9ed7dd
commit d2999aafec
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#ifndef _FF_DBSTRUCT_H_ #ifndef _FF_DBSTRUCT_H_
#define _FF_DBSTRUCT_H_ #define _FF_DBSTRUCT_H_
#include <stdint.h>
#define PL_ID 0 #define PL_ID 0
#define PL_TITLE 1 #define PL_TITLE 1
#define PL_TYPE 2 #define PL_TYPE 2