From: Maxim Mamontov <faust@gts.dp.ua>
Date: Thu, 7 Apr 2011 16:08:44 +0000 (+0300)
Subject: Fix compilation errors for libibpp
X-Git-Tag: 2.407-rc3~26
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/f835663380edb873c3d1481de2cdaa5373e25521?ds=sidebyside

Fix compilation errors for libibpp
---

diff --git a/stglibs/ibpp.lib/ibpp.h b/stglibs/ibpp.lib/ibpp.h
index 7795c7db..37a19add 100644
--- a/stglibs/ibpp.lib/ibpp.h
+++ b/stglibs/ibpp.lib/ibpp.h
@@ -79,7 +79,7 @@
 #endif
 	typedef __int64 int64_t;
 #else
-	#include <os_int.h>			// C99 (§7.18) integer types definitions
+	#include <stg/os_int.h>			// C99 (§7.18) integer types definitions
 #endif
 
 #if !defined(_)