Files
haikuports/dev-util/global/patches/global-5.8.patch
2010-02-19 01:26:47 +00:00

15 lines
380 B
Diff

diff -ur global-5.8/libdb/db.h global-5.8-haiku/libdb/db.h
--- global-5.8/libdb/db.h 2009-12-19 03:49:27.000000000 -0700
+++ global-5.8-haiku/libdb/db.h 2009-12-29 02:50:48.000000000 -0700
@@ -43,6 +43,10 @@
#include "compat.h"
+#if defined(__HAIKU__)
+#include <stdint.h>
+#endif
+
#define RET_ERROR -1 /* Return values. */
#define RET_SUCCESS 0
#define RET_SPECIAL 1