Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/databases/dbf/files/patch-libdbf.h
18157 views
1
--- ../libdbf/include/libdbf/libdbf.h.orig
2
+++ ../libdbf/include/libdbf/libdbf.h
3
@@ -17,6 +17,9 @@
4
* $Id: libdbf.h,v 1.6 2006/04/14 12:25:30 rollinhand Exp $
5
****************************************************************************/
6
7
+#ifndef __LIBDBF_H__
8
+#define __LIBDBF_H__
9
+
10
#include <sys/types.h>
11
12
/*! \file libdbf.h
13
@@ -337,3 +340,4 @@
14
*/
15
int dbf_IsMemo(P_DBF *p_dbf);
16
17
+#endif /* __LIBDBF_H__ */
18
19