Files
haikuports/dev-util/global/patches/global-5.8.1.patch
2010-03-12 05:33:39 +00:00

15 lines
386 B
Diff

diff -up global-5.8.1/libdb/db.h.orig global-5.8.1/libdb/db.h
--- global-5.8.1/libdb/db.h.orig 2010-03-06 04:08:14.003145728 -0700
+++ global-5.8.1/libdb/db.h 2010-03-11 16:10:46.316145664 -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