mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
15 lines
380 B
Diff
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
|