]> git.tuebingen.mpg.de Git - osl.git/commitdiff
osl.h.in: Always include inttypes.h
authorAndre Noll <maan@systemlinux.org>
Sat, 9 Aug 2008 15:04:43 +0000 (17:04 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 9 Aug 2008 15:04:43 +0000 (17:04 +0200)
osl.h.in

index 67d705a5371a0f435297e9914e4efd8fd45d4072..c703914933901264692f59a9d2eab00a92b3860b 100644 (file)
--- 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>
 /** \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)
 
 /** Export all declarations in this file. */
 #pragma GCC visibility push(default)