14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
$OpenBSD: patch-db-tdb_c,v 1.3 2011/09/26 09:31:16 sthen Exp $
|
|
--- db-tdb.c.orig Sat Sep 17 10:50:23 2011
|
|
+++ db-tdb.c Sat Sep 17 10:50:50 2011
|
|
@@ -22,6 +22,9 @@
|
|
#include <fcntl.h>
|
|
#include <signal.h>
|
|
#include <string.h>
|
|
+#ifndef _PUBLIC_
|
|
+#define _PUBLIC_
|
|
+#endif
|
|
#include <tdb.h>
|
|
|
|
#include "fdm.h"
|