summaryrefslogtreecommitdiff
path: root/databases/dbf/files/patch-libdbf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/dbf/files/patch-libdbf.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/dbf/files/patch-libdbf.h b/databases/dbf/files/patch-libdbf.h
new file mode 100644
index 000000000000..ebf0b36fac7d
--- /dev/null
+++ b/databases/dbf/files/patch-libdbf.h
@@ -0,0 +1,17 @@
+--- ../libdbf/include/libdbf/libdbf.h.orig
++++ ../libdbf/include/libdbf/libdbf.h
+@@ -17,6 +17,9 @@
+ * $Id: libdbf.h,v 1.6 2006/04/14 12:25:30 rollinhand Exp $
+ ****************************************************************************/
+
++#ifndef __LIBDBF_H__
++#define __LIBDBF_H__
++
+ #include <sys/types.h>
+
+ /*! \file libdbf.h
+@@ -337,3 +340,4 @@
+ */
+ int dbf_IsMemo(P_DBF *p_dbf);
+
++#endif /* __LIBDBF_H__ */