summaryrefslogtreecommitdiff
path: root/libnetfs/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs/priv.h')
-rw-r--r--libnetfs/priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnetfs/priv.h b/libnetfs/priv.h
index b0f9f4a0..00db9faa 100644
--- a/libnetfs/priv.h
+++ b/libnetfs/priv.h
@@ -18,6 +18,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+#ifndef _LIBNETFS_PRIV_H
+#define _LIBNETFS_PRIV_H
+
#include <hurd/hurd_types.h>
#include "netfs.h"
@@ -34,3 +37,4 @@ end_using_protid_port (struct protid *cred)
if (cred)
ports_port_deref (cred);
}
+#endif