From: Andre Noll <maan@systemlinux.org>
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: https://git.tue.mpg.de/?a=commitdiff_plain;h=b33b9e0c1202274b8ac49eaa97831f58dbb71970;p=osl.git

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 <sys/mman.h>
+#include <inttypes.h>
 
 /** Export all declarations in this file. */
 #pragma GCC visibility push(default)