summaryrefslogtreecommitdiff
path: root/source3/include/xfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/xfile.h')
-rw-r--r--source3/include/xfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/xfile.h b/source3/include/xfile.h
index 16390b49aa..fa4752fe30 100644
--- a/source3/include/xfile.h
+++ b/source3/include/xfile.h
@@ -19,6 +19,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _XFILE_H_
+#define _XFILE_H_
/*
see xfile.c for explanations
*/
@@ -42,3 +44,5 @@ extern XFILE *x_stdin, *x_stdout, *x_stderr;
#define X_IONBF 2
#define x_getc(f) x_fgetc(f)
+
+#endif /* _XFILE_H_ */