From: Andre Noll Date: Sat, 9 Aug 2008 15:04:43 +0000 (+0200) Subject: osl.h.in: Always include inttypes.h X-Git-Tag: v0.1.0~38^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=b33b9e0c1202274b8ac49eaa97831f58dbb71970 osl.h.in: Always include inttypes.h --- diff --git a/osl.h.in b/osl.h.in index 67d705a..c703914 100644 --- a/osl.h.in +++ b/osl.h.in @@ -7,6 +7,7 @@ /** \file osl.h User interface for the object storage layer. */ #include +#include /** Export all declarations in this file. */ #pragma GCC visibility push(default)