From: Martin Mares Date: Thu, 23 Jan 2014 22:04:54 +0000 (+0100) Subject: Added forgotten include of util.h X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=63dcb1d428617b4ff8a6b24fdc6602c63800d2c2;p=osdd.git Added forgotten include of util.h --- diff --git a/util.c b/util.c index 911e18b..dd4bb37 100644 --- a/util.c +++ b/util.c @@ -10,6 +10,7 @@ #include #include "osd.h" +#include "util.h" void __attribute__((noreturn)) __attribute__((format(printf,1,2))) die(char *fmt, ...)