]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl.h.in
osl.h.in: Always include inttypes.h
[osl.git] / 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>
+#include <inttypes.h>
 
 /** Export all declarations in this file. */
 #pragma GCC visibility push(default)