opnsense-ports/databases/dbf/files/patch-libdbf.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
418 B
C

--- ../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__ */