From d2999aafecbf3bda7794f7a9b80add59a16034d9 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Tue, 5 May 2009 16:21:39 +0200 Subject: [PATCH] Add missing stdint.h include to ff-dbstruct.h --- src/ff-dbstruct.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ff-dbstruct.h b/src/ff-dbstruct.h index 2b5e5de4..97e7303c 100644 --- a/src/ff-dbstruct.h +++ b/src/ff-dbstruct.h @@ -5,6 +5,8 @@ #ifndef _FF_DBSTRUCT_H_ #define _FF_DBSTRUCT_H_ +#include + #define PL_ID 0 #define PL_TITLE 1 #define PL_TYPE 2