From 45f15021e3524b04d574b9ff4e801cb3219daf3f Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 18 Sep 2014 15:24:42 +0200 Subject: [PATCH] shared/label.h: add missing stdio.h include --- src/shared/label.h | 1 + 1 file changed, 1 insertion(+) diff --git src/shared/label.h src/shared/label.h index 7294820..cb2ec79 100644 --- src/shared/label.h +++ src/shared/label.h @@ -24,6 +24,7 @@ #include #include #include +#include int label_init(const char *prefix); void label_finish(void); -- 1.7.9.2