From 107ad1d3e1683fa5d1808a633c1a409242267f16 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 9 Mar 2017 13:11:37 -0300 Subject: [PATCH] extractable: Typedef only in its own .h --- ges/ges-asset.h | 1 + ges/ges-extractable.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ges/ges-asset.h b/ges/ges-asset.h index 4266f1c..89cc0c6 100644 --- a/ges/ges-asset.h +++ b/ges/ges-asset.h @@ -23,6 +23,7 @@ #define _GES_ASSET_ #include +#include #include #include #include diff --git a/ges/ges-extractable.h b/ges/ges-extractable.h index 59c62c2..a244e32 100644 --- a/ges/ges-extractable.h +++ b/ges/ges-extractable.h @@ -21,6 +21,8 @@ #ifndef _GES_EXTRACTABLE_ #define _GES_EXTRACTABLE_ +typedef struct _GESExtractable GESExtractable; + #include #include #include -- 2.7.4