From 48a09774d9a71eea26bd77f1fb8089c8b8366dc9 Mon Sep 17 00:00:00 2001 From: Lukasz Stanislawski Date: Wed, 9 Nov 2016 09:06:32 +0100 Subject: [PATCH] call_options: apply API change Change-Id: I49717a8722ae3fe4685c93b33433aad40df7f00c --- src/modules/processing/call_options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/processing/call_options.c b/src/modules/processing/call_options.c index 0400406..6da48a7 100644 --- a/src/modules/processing/call_options.c +++ b/src/modules/processing/call_options.c @@ -13,8 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include #include +#include #include "common.h" #include "indicator.h" #include "main.h" -- 2.7.4