From b33b9e0c1202274b8ac49eaa97831f58dbb71970 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 9 Aug 2008 17:04:43 +0200 Subject: [PATCH] osl.h.in: Always include inttypes.h --- osl.h.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2